blob: 8f2b367b6ad31c90781024fa8e1b95c86748aeee (
plain) (
tree)
|
|
<!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>
|