-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
23 lines (23 loc) · 1.04 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
<!DOCTYPE html>
<html lang="meowish" style="height: 100vh;">
<head>
<link rel="stylesheet" href="./style.css">
<script src="./script.js"></script>
<meta content="https://0skar2.github.io/assets/neocat_typing.gif" property="og:image">
</head>
<body>
<h1>idk</h1>
<h2>still idk</h2>
completely random website, dont mind it
<div>
<button class="theOne" onclick="idfk()">button</button>
<button class="theTwo" onclick="mm()">button2</button>
</div>
<div style="display:flex; flex-direction: column; align-items: center; width: 12vh;">
<a href="https://ring.ssi.fyi/next?host=0skar2.github.io"><button id="ssi1">----></button></a>
<a href="https://ring.ssi.fyi"><button id="ssi2">ssi webring</button></a>
<a href="https://ring.ssi.fyi/previous?host=0skar2.github.io"><button id="ssi3"><----</button></a>
<a href="https://ring.ssi.fyi/random"><button id="ssi4">↻</button></a>
</div>
</body>
</html>