-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path404.html
53 lines (50 loc) · 2.76 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
44
45
46
47
48
49
50
51
52
53
<!--
MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMWWWWWWMMMMMMMMMMMMMMMMMMMMMM
MMMMMMMMMMMMMMMMMMMMMNKOxdolcc::,,,,;;cxNMMMMMMMMMMMMMMMMMMM
MMMMMMMMMMMMMMMMMWKxc'.. . ...... lNMMMMMMMMMMMMMMMMMM
MMMMMMMMMMMMMMNOo;. ................. .OMMMMMMMMMMMMMMMMMM
MMMMMMMMMMMN0o,. ......... ......... ..;0WMMMMMMW0ONMMMMMM
MMMMMMMMMNk;. ............ ........ 'xo..lO000Oxc.'OMMMMMM
MMMMMMMMKc. ..... ................. l0xoc,,,,,. :XMMMMMM
MMMMMMM0, ...... ................ ;0O,,ONXKKK0d' cNMMMMMM
MMMMMMNc ............. ........ .l0NX0OXWWNWWW0,.xWMMMMMM
MMMMMMk. ... ............... .'o0NXo;o0XNNNXNO;.lXMMMMMMM
MMMMMNc .... ........... ..,:cokXNNWNk;'',,;,,,..dNMMMMMMMM
MMMMM0' ............ .':ok0XNWWWWWWWWNNKOko:. .:0WMMMMMMMMM
MMMMM0' ....... ..,lx0XNWWWWWWWWWWWWWNKkoc,. ;OWMMMMMMMMMMM
MMMMMNc ...,:okKNWWWWWNWWWNNNNKOkdl;..,::..dWMMMMMMMMMMMM
MMMMMMXl..ckOKNNWWWNWWWNNX0kdl::,'',;:;..,;'.cKMMMMMMMMMMMMM
MMMMMMMNc.:0NNNNNNXKOxl:;,',;:loxOXNWMW0xodx0WMMMMMMMMMMMMMM
MMMMMMMM0, .,::;;,,'',:ldk0XWMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM
MMMMMMMMK; .,'. :xO0KNWMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM
MMMMMMMMNx;,,,,lKMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM
MMMMMMMMMMWNXXNWMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM
The Hedgehog of Innovation.
porkyproductions.github.io
-->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="theme-color" media="(prefers-color-scheme: light)" content="#4f46e5">
<meta name="theme-color" media="(prefers-color-scheme: dark)" content="#F75C03">
<meta property="og:title" content="(de)Motivator, by PorkyProductions" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://demotivator.web.app" />
<meta property="og:image" content="https://demotivator.web.app/assets/dmv-logo-a72e79b2.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="shortcut icon" href="./src/img/dmv-logo.png" type="image/x-icon">
<link rel="stylesheet" href="./src/styles/scss/darkMode.scss">
<link rel="stylesheet" href="./node_modules/bootstrap-icons/font/bootstrap-icons.scss">
<title>404 | Page Not Found | (de)Motivator</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<script type="module" src="./src/typescript/twemoji.ts"></script>
<script type="module" src="./src/typescript/easterEggs.ts"></script>
<link href="https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet">
</head>
<body>
<div id="app"></div>
<script type="module" src="./src/pages/404/main.ts"></script>
</body>
</html>