-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmisc.html
33 lines (33 loc) · 1.3 KB
/
misc.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Miscellaneous Stuff</title>
<link rel="shortcut icon" type="image/jpg" href="favicon.ico"/>
<link href="stuffstyle.css" rel="stylesheet" type="text/css" />
<link rel="preload" as="image" href="bg serious.jpg">
<link rel="prefetch" as="document" href="./">
<link rel="prefetch" as="document" href="./downloads.html">
<link rel="prefetch" as="document" href="./random/">
<link rel="prefetch" as="document" href="https://github.com/riolubruh">
</head>
<div class="back">
<a href="./stuff.html">Back</a>
</div>
<h1 id="header">Miscellaneous Stuff</h1>
<body>
<div class="links1">
<a href="./downloads.html">Downloads</a>
<p></p>
<a href="./random/index.html">Random Shibe, Cats, Birds</a>
<div class="description">Note: backgrounds on this page are randomized on reload.</div>
<p></p>
<a href="./leek/leek.html">Leekspins</a>
<p></p>
<a href="https://github.com/riolubruh">Check out my GitHub page!</a>
<!--<p></p>
<a href="https://drimurri.ddns.net/">Also there's this.</a> uncomment if you wish later-->
</div class="links1">
</body>
</html>