-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
43 lines (39 loc) · 1.36 KB
/
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
32
33
34
35
36
37
38
39
40
41
42
43
---
permalink: /404.html
---
<!DOCTYPE html>
<head>
<!-- MAIN STUFFS -->
<title>Oops</title>
<meta name="description" content="Lost in the math abyss">
<meta name="author" content="mushinako">
<meta charset="utf-8">
<!-- TRYING TO BE RESPONSIVE -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- STYLESHEET -->
<link rel="stylesheet" href="./src/css/404.css">
<link rel="stylesheet" href="./src/css/common.css">
<!-- LIBRARY -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/threejs/r84/three.min.js"></script>
<!-- FUNCTIONS -->
<script src="./src/js/404.js"></script>
<script src="./src/js/common.js"></script>
</head>
<body>
<div class="header">
<p>
<strong><a href="./index.html">Toss!</a><a href="https://github.com/Mushinako/Find-Pattern">Source</a><a href="https://github.com/Mushinako/Find-Pattern/blob/gh-pages/LICENSE">License</a></strong>
</p>
</div>
<div id="js">
<p class="mega">
4<span class="boom">0</span>4
<div class="bola"></div>
</p>
</div>
<div id="no-js">
<p class="mega">404</p>
</div>
<p class="mini"><strong>This page is lost in the mathematical abyss.</strong></p>
</body>