summaryrefslogtreecommitdiff
path: root/index.html
blob: 67b3ffdaf0eb75160c086bbcaf37ef36e64d6b7e (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
<!DOCTYPE html>
<html>

<head>
<link rel="stylesheet" href="style.css"/>
<body>
</head>

<h1>Nick Chopper</h1>
<p>
	I do not know what this website will be long term. I am just developing this for experience and portential exposure to recruiters.
</p>

<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/TinWoodman92">github.com/TinWoodman92</a>
	</li>
</ul>
</body>
<script src="app.js"></script>
</html>