forked from codeforsanjose/codeforsanjose.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
27 lines (22 loc) · 755 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
---
---
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Open Source San José - 404 Not Found!</title>
<link rel="stylesheet" href="./assets/css/global.min.css">
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
<link rel="stylesheet" href="./assets/css/404.min.css">
{% include analytics.html %}
</head>
<body>
<div class="error404">
<img src="./assets/img/logonav.png" alt="Open Source San José logo">
<h1>Page not found</h1>
<p>How did you end up here?! <span role="img" aria-label="hmmm emoji">🤔</span></p>
<a href="./index.html">Go Home</a>
</div>
</body>
</html>