forked from FreeFem/FreeFem-modules
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
31 lines (24 loc) · 901 Bytes
/
404.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
---
permalink: /404.html
---
<!DOCTYPE html>
<html lang="en">
<head>
<title>404</title>
<link rel="stylesheet" href="{{ site.url }}{{ site.baseurl }}/css/html.css" />
<link rel="stylesheet" href="{{ site.url }}{{ site.baseurl }}/css/header.css" />
<link rel="stylesheet" href="{{ site.url }}{{ site.baseurl }}/css/footer.css" />
<link rel="stylesheet" href="{{ site.url }}{{ site.baseurl }}/css/404.css" />
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet" />
<link rel="shortcut icon" type="image/png" href="{{ site.url }}{{ site.baseurl }}/favicon.png"/>
</head>
<body>
{% include header.html %}
<div class="container">
<h1>404</h1>
<h2>Page not found :(</h2>
<h2>Got to <a href="{{ site.url }}{{ site.baseurl }}">Home</a></h2>
</div>
{% include footer.html %}
</body>
</html>