-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
27 lines (25 loc) · 841 Bytes
/
Copy pathindex.html
File metadata and controls
27 lines (25 loc) · 841 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Pathwerk's Page</title>
</head>
<body>
<header class="header">
<h1>Pathwerk's Page</h1>
</header>
<h1>Hello World</h1>
<p>This Page Exsist to substantiate my oral defense</p>
<link href="https://fonts.googleapis.com/css?family=Roboto:100,400,700" rel="stylesheet">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css" crossorigin="anonymous">
<link rel="stylesheet" href="style.css" media="screen">
<nav class="navbar">
<ul class="navlist">
<li class="item"><a href="/">Home</a></li>
<li class="item"><a href="/projects">Projects</a></li>
<li class="item"><a href="/about">About</a></li>
<li class="item"><a href="/senproject">Senior Project</a></li>
</ul>
</nav>
</body>
</html>