forked from tmpout/tmpout.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
47 lines (44 loc) · 2.69 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
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<html>
<head>
<title>tmp.0ut</title>
<meta charset="utf-8">
<style>
body {
color: #FEFEFE;
background-color: #0c0d10;
margin: 0 auto;
padding: 1em 0 1em 0;
}
@font-face { font-family: "gohu"; src: url("gohu.woff") format('woff'); }
pre { font-family: "gohu", "Lucida Console", monospace, Monaco; font-size: 14px; line-height: 1.0; }
a { color: #93ffd7; text-decoration: none; }
w { color: white; }
e { color: #93ffd7; } /* green */
k { color: #ff93f1; } /* pink */
l { color: #f1ff93; } /* yellow */
o { color: #93f1ff; } /* blue */
r { color: #fa4d57; } /* red */
</style>
</head>
<body>
<center><div style="display: inline-block; text-align: left;"><pre>
┌───────────────────────┐
▄▄▄▄▄ ▄▄▄▄▄ ▄▄▄▄▄ │
│ █ █ █ █ █ █ │
│ █ █ █ █ █▀▀▀▀ │
│ █ █ █ █ ▄ │
│ ▄▄▄▄▄ │
│ █ █ │
│ █ █ │
│ █▄▄▄█ │
│ ▄ ▄ │
│ █ █ │
│ █ █ │
│ █▄▄▄█ │
│ ▄▄▄▄▄ │
│ █ │
│ █ │
└───────────────────█ ──┘
<a href="/zine.html">Zine</a> | <a href="#">Blog</a> | <a href="https://github.com/tmpout/awesome-elf">Resources</a> | <a href="mailto:stdin@tmpout.sh">Contact</a>
2023 - <a href="https://twitter.com/tmpout">tmp.0ut</a>
</pre></div></center></body></html>