-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
28 lines (23 loc) · 954 Bytes
/
index.html
File metadata and controls
28 lines (23 loc) · 954 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
<!DOCTYPE html>
<head>
<title>Elyse Holladay</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<h1>Elyse Holladay</h1>
<div class="nav">
<a href="about.html">About Me</a>
<a href="contact.html">Contact</a>
</div>
<div class="blog">
<div class="post">
<h2><a href="blogpost.html">Space Blog Post</a></h2>
<p>NASA is not about the 'Adventure of Human Space Exploration'…We won't be doing it just to get out there in space—we'll be doing it because… <a href="blogpost.html">Read More</a></p>
</div>
<div class="post">
<h2><a href="blogpost2.html">Coffee Blog Post</a></h2>
<p>French press wings arabica spoon in to go grinder french press latte roast to go grinder. Robusta and, dripper, body aromatic… <a href="blogpost2.html">Read More</a></p>
</div>
</div>
</body>
</html>