blob: 7a1219d0cbe8263258f41f42c513edbf0ce0f43e (
plain)
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
|
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="style.css"/>
<script src="app.js"></script>
</head>
<body>
<h1>Christian Hodgden</h1>
<p>
I do not know what this website will be long term. I am developing this for experience and potential exposure to recruiters.
</p>
<a href="about.html">About Me</a>
<h2>Links</h2>
<ul>
<li>
chess.com <a href="https://www.chess.com/member/tinwoodman92">chess.com/member/tinwoodman92</a>
</li>
<li>
GitHub <a href="https://github.com/chrhodgden">github.com/chrhodgden</a>
</li>
</ul>
</body>
</html>
|