-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathintrest.html
More file actions
30 lines (29 loc) · 890 Bytes
/
intrest.html
File metadata and controls
30 lines (29 loc) · 890 Bytes
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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Intrests</title>
<link href="styles.css" rel="stylesheet" type="text/css" />
</head>
<body>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="personal.html">About Me</a></li>
<li><a href="intrest.html">Interests</a></li>
<li><a href="projects.html">Projects</a></li>
<li><a href="credit.html">©</a></li>
<!--© is option g--->
</ul>
</nav>
<article>
<h1>Persomal Info</h1>
<h2>Me personally</h2>
<p>I like things that fit in logically and it is not a big surprise that apon <!-- huh? --> </p>
<h2> What I like to do</h2>
<p> Active projects that move and have fun functionality</p>
<h2> My qualifications <h2>
<p> Thaddeus Stevens Education </p>
</article>
</body>
</html>