-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
86 lines (80 loc) · 2.03 KB
/
Copy path404.html
File metadata and controls
86 lines (80 loc) · 2.03 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
77
78
79
80
81
82
83
84
85
86
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script type="module" src="./client_management.js"></script>
<title>vulbyte | 404</title>
</head>
<body style="
background-color:#000000;
color:#ffffff;
font-family:sans-serif;
overflow: wrap;
margin: 0px;
padding: 0px;
width: 100%
">
<!-- {{{2 navbar -->
<nav style='
background-color: #aa0051;
color: #ffffff;
padding: 1em;
position: sticky;
top: 0px;
z-index: 9999;
'>
<a href='/'
style="background-color:black; border-radius:16px; color: white; display:flex; flex-direction:row; margin: auto; padding:1em; text-decoration:none; width: 50%;">
<img alt="icon of vulbyte"
src="https://raw.githubusercontent.com/vulbyte/vulbyteDotCom/e7f3a1822ef772d841e8bf240f257a4eebce1583/assets/icon.svg"
style="height: 8em; width: auto;">
<div>
<p> 404 not found </p>
<p style=" font-size:2em;">vulbyte.com<br>
<em>hint: check to see if the link ends with a ".html", or click here to return home</em>
</p>
</div>
</a>
</nav>
<!-- }}}2 navbar -->
<br>
<br>
<!-- {{{2 content -->
<div style=" margin: auto; position:relative; width: 100%;">
<div style="width: 100%; margin: auto; align-content:center; text-align:center;">
<img alt="a picture of a very confused dog"
src="https://github.com/vulbyte/vulbyteDotCom/blob/main/assets/weBjorked.jpg?raw=true" style="
border-radius: 16px;
margin: auto;
height: 30vw;
width: auto;
">
<br>
<br>
<h1 style="
background-color: #ffffff;
bottom: 1em;
border-radius: 16px;
color:#aa0051;
margin: auto;
text-align:center;
width: auto;
">
404, page not found!
</h1>
<br>
<br>
<a href="/" style="
background-color:#00aaff;
border-radius: 16px;
bottom: 0;
color: #ffffff;
text-decoration-style:wavy;
padding: 1em;
"> click here to return home</a>
</div>
</div>
<!-- }}}2 content -->
</body>
</html>