-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
49 lines (49 loc) · 1.67 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<!DOCTYPE html>
<html>
<head>
<!-- Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-164487030-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-164487030-1');
</script>
<!-- All the good stuff -->
<title>Rebel (v.) Coffee Company</title>
<meta name="description" content="Coffee that defies convention, roasted in Washington, DC.">
<meta property="og:image" content="images/favicon.png">
<link rel="icon" type='image/x-icon' href="images/favicon.png" />
<link href="stylesheets/main.css" rel="stylesheet" type="text/css" />
</head>
<header>
<div>
<h1>Rebel (v.) Coffee Company </h1>
<h2>Washington, DC | EST. 2020</h2>
</div>
<li>
<a href="https://instagram.com/rebelvcoffee">
<img src="images/instagram.png">
</a>
</li>
<li>
<a href="https://facebook.com/Rebel-v-Coffee-Roasters-100475638354486">
<img src="images/facebook.png">
</a>
</li>
</header>
<body>
<a href="https://rebelvcoffee.com">
<div>
<button id="button" type="button">I WANT COFFEE</button>
</div>
</a>
<div class="container">
<canvas id="panel"></canvas>
</div>
</body>
<footer>
<h4>Copyright © 2020</h4>
</footer>
<script type="text/javascript" src="scripts/fire.js"></script>
</html>