-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
22 lines (21 loc) · 744 Bytes
/
index.html
File metadata and controls
22 lines (21 loc) · 744 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html>
<head>
<title> Paul Sobers</title>
<link rel="stylesheet" href="stylesheet.css" type="text/css" />
</head>
<body>
<H1>Paul Sobers</H1>
<ul class="navigation">
<li><a href="about.html">About Me</a></li>
<li><a href="favgames.html">Favorite Games</a></li>
<li><a href="hobbies.html">Hobbies</a></li>
<li><a href="index.html">Home Page</a></li>
</ul>
<img src="https://excusesandhalftruths.files.wordpress.com/2013/05/its-all-about-me.jpg">
<p>
This is a page about me click the links above for more.
If you have any question email me at paulsobers23@gmail.com.
</p>
</body>
</html>