-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
50 lines (50 loc) · 3.24 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>JESUS MISSISSIPPI</title>
<link rel="stylesheet" href="./desktop/css/index.css">
<meta charset="UTF-8">
<meta name="viewport", content="width=device-width; initial-scale=1.0; shrink-to-fit=no">
<link rel="apple-touch-icon" sizes="180x180" href="./assets/favicons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="./assets/favicons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="./assets/favicons/favicon-16x16.png">
<link rel="manifest" href="./site.webmanifest">
</head>
<body>
<div class="container">
<div class="boxmain">
<div class="header">
<img id="underConstructionImage" src="./assets/images-main/underconstruction.gif">
<h2>Last updated June 9th, 2024</h2>
</div>
<p class="pmain">Back from another two week hiatus and a couple of bruises! The <a href="/desktop/html/journal/journal-p8.html">new journal page</a> will fill you in, if you'd like!</p>
<p class="pmain">- Viihna</p><hr>
<p class="pmain">Welcome to my weird little corner of the internet. Let's chat about Billy Mays, garlic bread, or encryption algorithms.</p>
<p class="pmain">Site is currently ONLY optimized for Firefox desktop. Be forwarned. I'll try to make it work well on other browsers at a later time.</p>
<p class="pmain">Warning! Next page, and several other pages, have autoplaying audio. But please leave it on. It'll be worth it, I promise!</p>
<div class="subbox1">
<img id="imgtop" src="./assets/images-main/W-firem.gif">
<img id="imgtop" src="./assets/images-main/W-firem.gif">
<img id="imgtop" src="./assets/images-main/W-firem.gif">
<img id="imgtop" src="./assets/images-main/friendskeleton.gif">
<img id="imgtop" src="./assets/images-main/friendskeleton.gif">
<img id="imgtop" src="./assets/images-main/friendskeleton.gif">
<img id="imgtop" src="./assets/images-main/W-firem.gif">
<img id="imgtop" src="./assets/images-main/W-firem.gif">
<img id="imgtop" src="./assets/images-main/W-firem.gif">
</div>
<div class="nextpage">
<h1><a href="./desktop/html/main.html">Proceed?</a></h1>
</div>
<div id="center">
<img src="./assets/images-main/guitar1.gif" alt="spinning guitar" id="imgresize2">
<img src="./assets/images-main/guitar1.gif" alt="spinning guitar" id="imgresize2">
<img src="./assets/images-main/seinfeld.png" alt="Seinfeld" id="imgresize1">
<img src="./assets/images-main/guitar1.gif" alt="spinning guitar" id="imgresize2">
<img src="./assets/images-main/guitar1.gif" alt="spinning guitar" id="imgresize2">
</div>
</div>
</div>
<script src="/desktop/js/index.js"></script>
</body>
</html>