-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
33 lines (29 loc) · 1.05 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
30
31
32
33
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="robots" content="noindex,nofollow" />
<script type="module" src="components/gin-tonic/gin-tonic.js"></script>
<script type="module" src="components/munich-mule/munich-mule.js"></script>
<script type="module" src="components/moscow-mule/moscow-mule.js"></script>
<!-- <script type='module' src='components/footer/cdc-footer.js'></script> -->
<!-- <script type='module' src='index.js'></script> -->
<link href="index.css" rel="stylesheet" />
<link rel="icon" href="favicon.ico" type="image/x-icon" />
<title>Tasty Web Drinks</title>
</head>
<body>
<header>
<h1>Tasty Web Drinks</h1>
</header>
<main>
<gin-tonic-🍋></gin-tonic-🍋>
<munich-mule-🥒></munich-mule-🥒>
<moscow-mule-🇷🇺></moscow-mule-🇷🇺>
</main>
<footer>
<h2>And now … enjoy your web drinks everyone!</h2>
</footer>
</body>
</html>