-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
29 lines (29 loc) · 1.32 KB
/
Copy pathindex.html
File metadata and controls
29 lines (29 loc) · 1.32 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Emily's site</title>
<link rel="stylesheet" href="style.css">
<link href='https://fonts.googleapis.com/css?family=Noto Sans Buhid' rel='stylesheet'>
<link href='https://fonts.googleapis.com/css?family=Chocolate Classical Sans' rel='stylesheet'>
</head>
<body>
<div>
<ul class="nav">
<li>Home</li>
<li><a href="recommendations.html">Recommendations</a></li>
<li><a href="values.html">Values</a></li>
<li><a href="cheese-reviews.html">Cheese Reviews</a></li>
</ul>
</div>
<div class="content">
<h1>
Hello! Welcome to my website.
</h1>
<p>This is my corner of the internet. It's a space for me to learn in public and store and share ideas I find interesting. It's a home for what I'm working on and what I love. It's for me, first and foremost.</p>
<p>I love the internet. I think it presents us with so much opportunity. And I believe the web is at its best as a tool to learn about and make things we enjoy.</p>
<p>My goal here is to have fun and learn. I think the more we enjoy ourselves on the internet, the better it'll be.</p>
</div>
</body>
</html>