1
0
CompleteNodeJS/web-server/templates/views/404.hbs

21 lines
282 B
Handlebars
Raw Normal View History

2019-10-08 23:35:52 +00:00
<!DOCTYPE html>
<html>
<head>
<title>404</title>
<link rel="icon" href="/img/weather.png">
2019-10-08 23:35:52 +00:00
<link rel="stylesheet" href="/css/styles.css">
</head>
<body>
<div class="main-content">
2019-10-08 23:35:52 +00:00
{{>header}}
<p>{{errorMessage}}</p>
</div>
{{>footer}}
2019-10-08 23:35:52 +00:00
</body>
</html>