-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
45 lines (38 loc) · 920 Bytes
/
index.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
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="/dist/output.css" rel="stylesheet">
<link rel="stylesheet" href="style.css">
</head>
<body>
<style>
body {
background-color: #1c1f23;
color: white;
text-align: center;
}
#four-zero-four {
color: #6466E9;
font-size: 200px;
font-weight: bold;
}
#go-to-app {
font-size: 30px;
text-decoration: underline;
color: #6466E9;
font-weight: bold;
}
#oof {
font-size: 32px;
}
</style>
<h1 id="four-zero-four" class="text-6xl font-bold text-indigo-800">
404
</h1>
<h3 style="font-size: 40px; color: #6466E9; font-weight: bold;">Sheeeeeit</h3>
<h3 id="oof" class="text-xl">I couldn't find that page.</h3>
<a id="go-to-app" href="http://127.0.0.1:5500/src/.app/app.html">Go to the Programmer Netlink</a>
</body>
</html>