UNPKG

justo-generator-express

Version:

Generator for Express applications.

19 lines (16 loc) 465 B
<!DOCTYPE html> <html> <head> <title>500 Internal Error</title> <link rel="stylesheet" href="/stylesheets/style.css" /> {{#if (eq scope.faviconFile "/images/favicon.png")}} <link rel="icon" type="image/png" href="/images/favicon.png"> {{/if}} {{#if (eq scope.faviconFile "/images/favicon.ico")}} <link rel="icon" type="image/x-icon" href="/images/favicon.ico"> {{/if}} </head> <body> 500 Internal Error </body> </html>