-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
34 lines (27 loc) · 821 Bytes
/
index.html
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>Web Adventures</title>
<!-- bootstrap -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap-theme.min.css">
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script> </head>
<body>
<header>
<h1>Chad Goymer</h1>
<nav>
<ul>
<li><a href="">Home</a></li>
<li><a href="">Something</a></li>
<li><a href="">Something Else</a></li>
</ul>
</nav>
</header>
<section>
This is a placeholder!
</section>
<footer>
© 2015 Chad Goymer
</footer>
</body>
</html>