-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
51 lines (45 loc) · 1.84 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>hey</title>
<meta property="og:title" content="pivotman319's site">
<meta name="description" content="sup">
<meta property="og:description" content="sup">
<meta property="og:type" content="article">
<meta property="og:url" content="https://pivotman319-owo.github.io/">
<!-- fuck you, Elon -->
<meta name="twitter:card" content="summary">
<link rel="icon" type="image/png" href="images/favicon.png" />
<link rel="stylesheet" href="stylesheets/style.css">
<script src="scripts/meow.js"></script>
<script src="scripts/quotes.js"></script>
</head>
<body>
<div class="container">
<div class="center">
<h1>hey. i'm just your average fox wolf person thing.</h1>
<p id="roles">
<!-- BetaWiki logo is sourced from https://betawiki.net/skins/logo.svg; KritzKast logo belongs to KritzKast. I have permission from the author(s) to use these assets -->
wiki admin @ <a href="https://betawiki.net"><img src="images/bw-logo.svg" width="24" height="24"/> BetaWiki</a> | preserves and documents ancient MS software builds to educate people, and also for fun
</p>
<p id="handles">
<a rel="me" href="https://wetdry.world/@winload_exe">i'm on fedi too</a> | <a href="./blog/blog_index.html">blog</a> | discord username: @ntkrnlmp.exe
</p><br/>
<!-- thanks for letting me adapt your quotes code, Stero -->
<p id="quote">
<script type="text/javascript">document.write(getQuoteTag());</script>
</p>
</div>
</div>
<!-- footer: buttons and all that jazz lol -->
<footer>
<div class="container">
<div class="center">
<img src="images/boykiss-now.gif" alt="Boykiss Now! Version 3.0"/>
</div>
</div>
</footer>
</body>
</html>