UNPKG

roosevelt

Version:

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

21 lines (20 loc) • 521 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>${status} Internal Server Error</title> </head> <body> <main> <header> <h1>${status} Internal Server Error</h1> </header> <p>The requested URL ${url} is temporarily unavailable at this time.</p> <footer> <address>${mainDomain} ${appVersion}</address> </footer> </main> </body> </html>