-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
34 lines (32 loc) · 762 Bytes
/
index.html
File metadata and controls
34 lines (32 loc) · 762 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
<!DOCTYPE html>
<html>
<head>
<title>Garrett</title>
<!-- link to main stylesheet -->
<link rel="stylesheet" type="text/css" href="/css/main.css">
</head>
<body>
<nav>
<ul>
<li><a href="/">Home</a></li>
<li><a href="/about">About</a></li>
<li><a href="/cv">CV</a></li>
<li><a href="/blog">Blog</a></li>
</ul>
</nav>
<div class="container">
<div class="blurb">
<h1>Les Trois Mousquetaires</h1>
<p><em>Les Trois Mousquetaires</em></p>
</div><!-- /.container -->
<footer>
<ul>
<li><a href="mailto:garrettaylor@gmail.com">email</a></li>
<li><a http://GarrettOTaylor.github.io</a><li>
/
Cancel
Edit file.github.io
</footer>
</body>
</html>
4