blob: ad9ed102e47d22f837ed40727779ef9e6d8ef50d (
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
|
<!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>Email: thabogre@gmail.com</p>
<p>
You can find my github
<a href="https://github.com/terminaldweller">here</a>
</p>
</body>
</html>
|