2019-10-08 23:35:52 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
|
|
|
|
<html>
|
|
|
|
|
|
|
|
<head>
|
2019-10-09 00:10:51 +00:00
|
|
|
<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>
|
2019-10-09 00:10:51 +00:00
|
|
|
<div class="main-content">
|
2019-10-08 23:35:52 +00:00
|
|
|
{{>header}}
|
|
|
|
<p>{{errorMessage}}</p>
|
2019-10-09 00:10:51 +00:00
|
|
|
</div>
|
|
|
|
|
|
|
|
{{>footer}}
|
2019-10-08 23:35:52 +00:00
|
|
|
</body>
|
|
|
|
|
|
|
|
</html>
|