-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path404.html
More file actions
76 lines (72 loc) · 3.32 KB
/
404.html
File metadata and controls
76 lines (72 loc) · 3.32 KB
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
<!DOCTYPE html>
<html id="html">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<title>boba's site - 404</title>
<link rel="stylesheet" href="https://bobatealee.com/styles/main.css">
<script src="https://bobatealee.com/scripts/main.js"></script>
<script src="https://code.jquery.com/jquery-3.6.4.min.js"></script>
<meta property="og:title" content="boba's site - 404">
<meta property="og:image" content="https://bobatealee.com/images/boba.png">
<meta property="og:site_name" content="bobatealee.com">
</head>
<body id="body">
<div id="content404">
<div id="contentInner">
<div id="title">
<span class="titleLetter titleFloat">
<span class="titleOutline titleShake404">a</span>
</span>
<span class="titleLetter titleFloat" style="animation-delay:0.1s;">
<span class="titleOutline titleShake404" style="animation-delay:0.05s;">r</span>
</span>
<span class="titleLetter titleFloat" style="animation-delay:0.2s;">
<span class="titleOutline titleShake404" style="animation-delay:0.1s;">e</span>
</span>
<span class="titleLetter titleSpace"></span>
<span class="titleLetter titleFloat" style="animation-delay:0.3s;">
<span class="titleOutline titleShake404" style="animation-delay:0.15s;">y</span>
</span>
<span class="titleLetter titleFloat" style="animation-delay:0.4s;">
<span class="titleOutline titleShake404" style="animation-delay:0.2s;">o</span>
</span>
<span class="titleLetter titleFloat" style="animation-delay:0.5s;">
<span class="titleOutline titleShake404">u</span>
</span>
<span class="titleLetter titleSpace"></span>
<span class="titleLetter titleFloat" style="animation-delay:0.6s;">
<span class="titleOutline titleShake404" style="animation-delay:0.05s;">l</span>
</span>
<span class="titleLetter titleFloat" style="animation-delay:0.7s;">
<span class="titleOutline titleShake404" style="animation-delay:0.1s;">o</span>
</span>
<span class="titleLetter titleFloat" style="animation-delay:0.8s;">
<span class="titleOutline titleShake404" style="animation-delay:0.15s;">s</span>
</span>
<span class="titleLetter titleFloat" style="animation-delay:0.9s;">
<span class="titleOutline titleShake404" style="animation-delay:0.2s;">t</span>
</span>
<span class="titleLetter titleFloat" style="animation-delay:1s;">
<span class="titleOutline titleShake404">?</span>
</span>
</div>
<div id="textboxes" style="margin-top:10px;">
<div id="textbox404" class="textbox">
<div class="textboxHeader">
<span class="textboxHeaderText">404 :-(</span>
<button class="pixel windowButton windowButtonInactive windowButtonClose"></button>
<button class="pixel windowButton windowButtonInactive windowButtonMin"></button>
</div>
<div class="textboxText">
<a class="button" href="https://bobatealee.com" draggable="false">take me home!</a>
</div>
</div>
</div>
</div>
</div>
</body>
</html>