-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfooter.html
More file actions
88 lines (65 loc) · 4.46 KB
/
Copy pathfooter.html
File metadata and controls
88 lines (65 loc) · 4.46 KB
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
<head>
<meta charset="UTF-8" />
<link rel="manifest" href="/files/manifest.json">
<meta name="viewport" content="width=device-width,initial-scale=1" />
<link rel="stylesheet" href="/files/font/inter.css">
<link rel="stylesheet" href="/files/style.css">
<link rel="shortcut icon" href="/files/icon.ico" />
<meta property="og:image" content="https://theinsidersandrush.github.io/files/logo.png">
<meta property="og:image:secure_url" content="https://theinsidersandrush.github.io/files/logo.png">
<meta property="og:image:width" content="1024">
<meta property="og:image:height" content="1024">
<meta property="og:image:type" content="image/png">
<meta name="description" content="This is my website. It's build without JavaScript (almost) and other freaky stuff. Just pure HTML and CSS.">
<meta property="og:type" content="website">
<meta property="og:site_name" content="The Insider Sandrush">
<meta property="og:title" content="The Insider Sandrush">
<meta property="og:description" content="This is my website. It's build without JavaScript (almost) and other freaky stuff. Just pure HTML and CSS.">
<meta property="og:url" content="https://theinsidersandrush.github.io">
<title>The Insider Sandrush</title>
</head>
<style>
footer{
text-align: center;
margin: 1%;
background-color: black;
}
</style>
<footer>
<p>This website is best viewed with <abbr title="Unplanned."><del>Netscape Navigator version 6</del></abbr> and Mozilla Firefox version 52.</p>
<img title="Creative Commons Attribution-ShareAlike 4.0 Intl." src="/files/88x31/cc-by-sa.gif"><a href="https://en.touhouwiki.net/wiki/Touhou_Project" target="_blank"><img src="/files/88x31/2hu.gif"></a><a href="https://marisakirisame.net"><img src="/files/88x31/button.png" alt="marisakirisame.net" /></a><img src="/files/88x31/nets30.gif"><a href="https://mozilla.org/en-GB"><img title="Mozilla.org" src="/files/88x31/mozillaorg.gif"></a><a href="https://www.mozilla.org/en-GB/firefox" target="_blank"><img src="/files/88x31/getmoz.gif"></a><a><img title="Tested on Firefox" alt="Tested on Firefox" src="/files/88x31/firefox4.gif"></a><img title="(Un)proudly build (and possibly run?) on Ubuntu version 22.04.5 LTS." alt="Old Ubuntu logo" src="/files/88x31/Ubuntu-88x31.gif"><img title="We don't use cookies!" alt="NoCookies button" src="/files/88x31/nocookie.gif"><img title="Some rights reserved." src="/files/88x31/cc-somerights.gif">
<p><abbr title="Copyleft 🄯 All rights reversed.">🄯</abbr> <span id="copyright">
<script>document.getElementById('copyright').appendChild(document.createTextNode(new Date().getFullYear()))</script>
</span> The Insider Sandrush. Licenced under Creative Commons Attribution-ShareAlike 4.0 International.</p>
<p><abbr title="Copyheart">♡</abbr> <span id="copyheart">
<script>document.getElementById('copyheart').appendChild(document.createTextNode(new Date().getFullYear()))</script>
</span> The Insider Sandrush. Copying <span id="copyheart-statement"></span>. Please copy, share and be inspired by it.</p>
<script>const texts =
[
"is an act of love",
"is like being Flandre Scarlet's husband",
"is like being Reimu Hakurei's husband",
"is like being Marisa Kirisame's beloved husband",
"is like being a husband to two wife. Reimu Hakurei and Marisa Kirisame",
"is making Reimu Hakurei more happier than ever",
"is Marisa Kirisame",
"is the hard way that Alice will take",
"is love that intertwines with the interest of geographics, broadcasting and the rules of the nation",
"is acceptable in the Internet age",
"is Alice Margatroid's way to not getting hit with the shovel",
"is not theft",
"makes the Internet more fresh",
"is not outlawed",
"multiplies by more",
"approved",
];
const randomIndex = Math.floor(Math.random() * texts.length);
document.getElementById('copyheart-statement').innerText = texts[randomIndex];
</script>
<p><a href="/licence">Learn more about the licence here.</a></p>
<p><a href="https://github.com/theinsidersandrush/theinsidersandrush.github.io">Source code</a></p>
<p><a href="/dir.html">Directory</a></p>
<!--
<div id="wcb" class="carbonbadge wcb-d" style="font-family: 'Inter';"></div>
<script src="https://unpkg.com/website-carbon-badges@1.1.3/b.min.js" defer></script>-->
</footer>