justo-generator-express
Version:
Generator for Express applications.
19 lines (16 loc) • 455 B
HTML
<html>
<head>
<title>404 Not Found</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>
404 Not Found
</body>
</html>