-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
55 lines (55 loc) · 3.36 KB
/
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
46
47
48
49
50
51
52
53
54
55
<!DOCTYPE html>
<html lang="en-CA">
<head>
<title>404's Website</title>
<meta content="404's Super Cool Website" property="og:title">
<meta content="discord embed moment (hopefully)" property="og:description">
<meta content="404.is-a.dev/" property="og:url">
<meta content="https://404.is-a.dev/images/embed.png" property="og:image">
<meta content="#43B581" data-react-helmet="true" name="theme-color">
<link rel="icon" href="./favicon.ico" sizes="any">
<link rel="stylesheet" href="style.css">
<script src="main.js"></script>
</head>
<body>
<div class="wrapper">
<div class="sidebar">
<div class="links">
<div class="empty-space" style="height: 70px;"></div>
<a href="https://github.com/404Dev-404/VibGAN/" class="links-padding">Training a GAN on Vibri Fanart and seeing what happens</a>
<a href="gamefeature/gamefeature.html" class="links-padding">game programming idea</a>
<a href="Vibri Gadget.gadget" download>funny vibri gadget</a>
<a href="webtest.html" class="links-padding">seeing how well my website works on different devices</a>
<p>that's all the links man idk what to tell you</p>
<h1>BADGES</h1>
<a href="https://patents.google.com/patent/US20120022941A1/en"><img src="images/supportsSSL.png" title="ssm is ssl + (the number) ONE" width="124" height="62"></img></a>
<img src="images/dontclick.png" title="do not click it" width="124" height="62">
<br>
<a href="https://en.wikipedia.org/wiki/Vib-Ribbon"><img src="images/vibproved.png" title="totally unedited approval message"></a>
<a href="./images/3ds.png"><img src="images/workson3ds.png" title="it takes 35 seconds to load in on my 3ds and it doesn't even do it completely"/></a>
<br>
<a href="https://www.merriam-webster.com/dictionary/context"><img src="images/nocontext.jpg" title="credit for image goes to maru on discord" width="252" height="127.5"></a>
<br>
<a href="https://jazzbarisax.com"><img src="images/dreamihadonce.png" title="i had a dream once where i joined a discord server and baritone saxophones were banned for some reason" width="124" height="124"/></a>
<button onclick="window.location.href='https://x.com/bruh_moment5645/status/1824466075863372223'">click here to yaba your goobie</button>
</div>
</div>
<div class="topnav">
<div class="wobble">
<div class="wordart blues"><span class="text"><i>404's Super Cool Website</i></span></div>
</div>
</div>
<div class="main">
<div class="left">
<h1>Welcome to 404.is-a.dev</h1>
<p>Welcome to my website.</p>
<p>I'm 404 and I come from Alberta, Canada.</p>
<p>Programming languages I use: <img src="images/c.png"> <img src="images/cpp.png"></p>
</div>
<div class="right">
<img src="images/sr20det.gif" title="it dance" onclick="gifSound()" class="sr20det">
</div>
</div>
</div>
</body>
</html>