-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrandom.html
More file actions
44 lines (37 loc) · 780 Bytes
/
Copy pathrandom.html
File metadata and controls
44 lines (37 loc) · 780 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
31
32
33
34
35
36
37
38
39
40
41
42
43
<!DOCTYPE html>
<html lang="en-US">
<head>
<title> Random </title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header>
<div class="header_box">
<a href="index.html">
<h1 style="padding-left:15%">
Frederick Huyan
</h1>
</a>
</div>
<div class="header_box">
<div class="nav_container">
<div class="nav_item">
<a href="about.html"> About</a>
</div>
<div class="nav_item">
<a href="projects.html"> Projects </a>
</div>
<div class="nav_item">
<a href="hobbies.html"> Hobbies </a>
</div>
<div class="nav_item">
<a href="thoughts.html"> Thoughts </a>
</div>
<div class="nav_item">
<a href="random.html"> Random </a>
</div>
</div>
</div>
</header>
</body>
</html>