tobago/tobago-vm/apache-proxy/error-404.html (36 lines of code) (raw):

<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <title>Tobago Demo</title> <link href="/bootstrap.min.css" rel="stylesheet"> <style> div.disabled { opacity: 0.3; } .na { text-align: center; vertical-align: middle; } </style> </head> <body class="bd-home"> <main class="bd-masthead" id="content" role="main"> <div class="container p-5"> <h1>Not Found</h1> <h3>The requested URL was not found on this server.</h3> <a href="/" class="btn btn-primary">Home</a> </div> </main> <div class="container"> <footer class="bd-footer text-muted"> <div class="container-fluid p-3 p-md-5"> <p>© 2005-2023 Apache Software Foundation, Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0"> Apache License, Version 2.0</a>.</p> </div> </footer> </div> </body> </html>