-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
29 lines (26 loc) · 1.07 KB
/
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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>My website</title>
<link rel="stylesheet" type="text/css" href="styles/styles.css">
<script src="javascripts/tracker.js"></script>
</head>
<body>
<main>
<h1>Welcome Home</h1>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>
<a href="images/forest.jpeg">Look up an image</a>
<a href="read.html" id="read">Read about forest</a>
<a href="#" id="like">Like us</a>
<!-- <div class="video">
<h2>Listen to the forest</h2>
<iframe src="https://www.youtube.com/embed/-nNDdVUr2O8" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
</div>
<div class="video">
<h2>Listen to the ocean</h2>
<iframe src="https://www.youtube.com/embed/hhno8xUZS0s" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
</div> -->
</main>
</body>
</html>