-
Notifications
You must be signed in to change notification settings - Fork 6
/
flippy.html
40 lines (35 loc) · 1.13 KB
/
flippy.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
<!DOCTYPE html>
<html lang="en">
<!--
"Death may be the greatest of all human blessings" Socrates
website content from flippy's personal GitHub account
reworked and deployed by socraticDev with respect and love
flippy is dearly missed by his friends from irc channel #homescreen
-->
<head>
<title>Jesse Erwin's Site</title>
<link rel=stylesheet type=text/css href="flippy.css">
<link
href="https://fonts.googleapis.com/css?family=Cormorant+Garamond"
rel="stylesheet"
/>
</head>
<body>
<h1>Jesse Erwin</h1>
<h3>I'm a Unix-like hobbyist</h3>
<p>
I have too many computers and I don't have Windows on any of them. I'm
also an outspoken fighter against Anime, K-Pop, and all other
communism-promoting activities.
</p>
<p>
<a href="flippyblog.html">Blog</a>
<a target="_blank" href="https://github.com/jesseerwin">Github</a>
<a href="flippycomputing.html">Computing</a>
<a
href="https://web.archive.org/web/20210513014915/https://www.hillandwood.com/obituaries/Jesse-Erwin?obId=20889206"
>My obituary</a
>
</p>
</body>
</html>