-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
36 lines (33 loc) · 1.13 KB
/
index.html
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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="description" content="Wzrd's cool website.">
<link rel="stylesheet" type="text/css" href="main.css">
<title> Wzrd - Home </title>
</head>
<body bgcolor="#EAEAEA">
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="cv.html">CV</a></li>
<li><a href="projects.html">Projects</a></li>
</ul>
</nav>
<h1> Home </h1>
<p> Hello and welcome to my website! Its currently work in progress, but its rough structure is probably its final form.
<ul>
<li> Click on 'About' to learn a little more about me. </li>
<li> Visit the 'CV' page for, well, my current CV! </li>
<li> Finally, the 'Projects' page lets you browse the various games I've created so far. </li>
</ul>
</p>
<footer>
<ul>
<li><a href="https://github.com/WzrdIsTaken">Github</a></li>
<li><a href="https://itch.io/profile/wzd">Itch</a><li>
</ul>
</footer>
</body>
</html>