-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
68 lines (63 loc) · 1.82 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<html>
<head>
<title>withering@away</title>
<link rel="stylesheet" href="/styles.css" />
</head>
<body>
<header>
<div>
<h1>
<a href="/" class="logo">
<span class="fgHiRed">withering</span
><span>@away ~ $ </span><span class="blinking">_</span>
</a>
</h1>
</div>
<div>
<h1>
<a href="/blog/" class="button">Blog</a>
</h1>
</div>
</header>
<div class="mainContent">
<h3>
<pre class="no-select">
-`
.o+`
`ooo/
`+oooo:
`+oooooo:
-+oooooo+:
`/:-:++oooo+:
`/++++/+++++++:
`/++++++++++++++:
`/+++ooooooooooooo/`
./ooosssso++osssssso+`
.oossssso-````/ossssss+`
-osssssso. :ssssssso.
:osssssss/ osssso+++.
/ossssssss/ +ssssooo/-
`/ossssso+/:- -:/+osssso+-
`+sso+:-` `.-/+oso:
`++:. `-/+/
.` `/</pre
>
</h3>
<h1 class="title">I use Arch btw.</h1>
</div>
<footer>
<div>
<h2>Written by WitheringAway</h2>
</div>
<div>
<h2>
<a href="https://discord.com/users/432983959522246657"
>Discord</a
>
<a href="https://github.com/notwithering">Github</a>
<a href="https://twitter.com/Cores64">Twitter</a>
</h2>
</div>
</footer>
</body>
</html>