UNPKG

roosevelt

Version:

🧸 MVC web framework for Node.js designed to make Express easier to use.

21 lines (20 loc) • 470 B
<!DOCTYPE html> <html lang='en'> <head> <meta charset='utf-8'> <meta name='viewport' content='width=device-width,initial-scale=1'> <meta name='format-detection' content='telephone=no'> <title>404 Not Found</title> </head> <body> <main> <header> <h1>Not Found</h1> </header> <p>The requested URL ${url} was not found on this server.</p> <footer> <address>${mainDomain} ${appVersion}</address> </footer> </main> </body> </html>