blob: 8f2b367b6ad31c90781024fa8e1b95c86748aeee (
plain) (
blame)
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
|
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<title>About</title>
<link
rel="stylesheet"
href="/master.css"
type="text/css"
media="screen"
title="no title"
charset="utf-8"
/>
</head>
<body>
<p>
<a href="https://terminaldweller.com">Here's a list of links</a> to help
get a hold of me
</p>
<p>Email: devi+blog@terminaldweller.com</p>
<p>
You can find my github
<a href="https://github.com/terminaldweller">here</a>
.
</p>
<p>
Also if the blog is broken please make a new issue
<a href="https://github.com/terminaldweller/blog">here</a>
.
</p>
<br />
<br />
<hr />
<br />
<a href="/" class="left-footer">Home</a>
<br />
</body>
</html>
|