-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathindex.html
More file actions
68 lines (61 loc) · 1.74 KB
/
index.html
File metadata and controls
68 lines (61 loc) · 1.74 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
<html>
<head>
<title>tmp.0ut</title>
<meta charset="utf-8">
<style>
body {
color: #FEFEFE;
background-color: #0A0B11;
margin: 0 auto;
padding: 1em 0 1em 0;
}
a {
color: #93ffd7;
text-decoration: none;
}
@font-face {
font-family: "unifont";
src: url("./unifont.woff") format('woff');
}
pre {
font-family: "unifont", "Lucida Console", monospace, Monaco;
font-size:16px;
line-height: 1.0;
padding-left: 20px;
}
.txtdiv {
display: block;
text-align: left;
}
</style>
</head>
<body>
<center><div class="txtdiv"><pre>
┌───────────────────────┐
▄▄▄▄▄ ▄▄▄▄▄ ▄▄▄▄▄ │
│ █ █ █ █ █ █ │
│ █ █ █ █ █▀▀▀▀ │
│ █ █ █ █ ▄ │
│ ▄▄▄▄▄ │
│ █ █ │
│ █ █ │
│ █▄▄▄█ │
│ ▄ ▄ │
│ █ █ │
│ █ █ │
│ █▄▄▄█ │
│ ▄▄▄▄▄ │
│ █ │
│ █ │
└───────────────────█ ──┘
~ Zine
~ <a href="/1/">Volume 1 - 2021-04</a>
~ <a href="/2/">Volume 2 - 2022-02</a>
~ <a href="/3/">Volume 3 - 2023-11</a>
~ <a href="/4/">Volume 4 - 2025-03</a>
~ <a href="https://github.com/tmpout/awesome-elf">Resources</a>
~ <a href="mailto:stdin@tmpout.sh">Contact</a>
~ <a href="https://twitter.com/tmpout">Twitter</a>
~ <a rel="me" href="https://haunted.computer/@tmpout">Mastodon</a>
~ <a href="https://discord.gg/ygEneuaAkh">Discord</a>
</pre></div></center></body></html>