blob: 9c81595d4ed6a1c2241b75a23f43427c8222b75a (
plain)
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
|
<footer class="text-xs text-overlay0 my-10 text-right space-y-2">
<div class="hidden md:flex flex-wrap justify-around">
<img
src="/imgs/gifs/acab.gif"
width="88"
height="31"
loading="lazy"
decoding="async"
alt="ACAB!"
>
<img
src="/imgs/gifs/arnold.gif"
width="88"
height="31"
loading="lazy"
decoding="async"
alt="Hey Arnold!"
>
<img
src="/imgs/gifs/capitalism.gif"
width="88"
height="31"
loading="lazy"
decoding="async"
alt="Let's crush capitalism!"
/>
<img
src="/imgs/gifs/legalize.gif"
width="88"
height="31"
loading="lazy"
decoding="async"
alt="Legalize marijuana now!"
>
<a href="https://github.com/sakecode">
<!--
Powered by NixOS © 2023 by Sake is licensed under (CC BY-NC-SA 4.0)
To view the source visit: https://github.com/sakecode/Sake-s-SVGs
To view a copy of this license, visit http://creativecommons.org/licenses/by-nc-sa/4.0/
-->
<img
src="/imgs/gifs/poweredbynix.svg"
width="88"
height="31"
decoding="async"
alt="Powered by NixOS"
/>
</a>
<img
src="/imgs/gifs/pride.gif"
width="88"
height="31"
loading="lazy"
decoding="async"
alt="LGBTQ Pride now!"
/>
<a href="https://dnsense.pub/">
<img
src="/imgs/gifs/steam.gif"
width="88"
height="31"
loading="lazy"
decoding="async"
alt="Play on Steam!"
/>
</a>
<img
src="/imgs/gifs/weezer.gif"
width="88"
height="31"
loading="lazy"
decoding="async"
alt="Weezer fan"
/>
</div>
<p>Served from commit {{ gitCommit }} (<a class="text-overlay0" href="https://github.com/getchoo/website">source</a>)</p>
</footer>
|