-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
30 lines (29 loc) · 835 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
---
permalink: /404.html
---
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>404 not found</title>
<link
href="https://fonts.googleapis.com/css?family=Raleway&display=swap"
rel="stylesheet"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.4.1/css/bootstrap.min.css"
integrity="sha256-L/W5Wfqfa0sdBNIKN9cG6QA5F2qx4qICmU2VgLruv9Y="
crossorigin="anonymous"
/>
</head>
<body>
<div class="container">
<h1 class="display-1 text-center mt-5">Oops 404 Not found</h1>
<div class="text-center mt-4">
<a class="btn btn-primary" href="index.html">Go back to homepage</a>
</div>
</div>
</body>
</html>