-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
22 lines (21 loc) · 1.04 KB
/
about.html
File metadata and controls
22 lines (21 loc) · 1.04 KB
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> About Me - Paul Sobers </title>
<link rel="stylesheet" href="style.css" type="text/css" />
</head>
<body>
<H1>About ME</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="http://previews.123rf.com/images/upixel123/upixel1231504/upixel123150400074/39265889-Stick-figure-with-crown-and-the-customer-is-king-Stock-Vector.jpg">
<p>
My name is Paul Sobers. I Am 17 years old. I attend George WestingHouse High School. I am 5 feet tall and 7 inches. I love to play basketball. My favorite subject is Math and Global History
I am a kind and honest person and if u would like to conatct me for opinions u can email me at paulsobers23@gmail.com i will respond to any questions or ideas u have.
</p>
</body>
</html>