-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
46 lines (34 loc) · 1 KB
/
index.html
File metadata and controls
46 lines (34 loc) · 1 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<!DOCTYPE html>
<html>
<head>
<title>cafe website</title>
<link rel="stylesheet" href="styleme.css">
</head>
<body>
<h1>HELLO TO ALMOND COFFEE HOUSE</h1>
<h2> here you have the BEST coffee in the world </h2>
<article class="info">
<p>Ethiopian Legend
There, legend says the goat herder Kaldi first discovered the potential of these beloved beans. The story goes that that Kaldi discovered coffee after he noticed that after eating the berries from a certain tree, his goats became so energetic that they did not want to sleep at night.</p>
</article>
<header>
<nav>
<ul>
<li>
coffee
<img class="coffee1" src="gettyimages-500740897.jpg" />
</li>
<li>
tea
<img class="tea1" src="a-cup-of-tea.jpg" />
</li>
<li>
latte
</li>
</ul>
</nav>
</header>
<link rel="stylesheet" href="styleme.css">
<script src="functioninjs.js"> </script>
</body>
</html>