-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
52 lines (35 loc) · 1.23 KB
/
index.html
File metadata and controls
52 lines (35 loc) · 1.23 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
47
48
<!DOCTYPE html>
<html>
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-110002906-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-110002906-2');
</script>
<title>Ban Thai</title>
<meta charset="utf-8">
<link rel="stylesheet" href="banthai.css">
<link href='https://fonts.googleapis.com/css?family=Lato' rel='stylesheet' type='text/css'>
<script src="banthai.js"></script>
</head>
<body style="background: rgba(255, 190, 26, 0.12);">
<div id="container">
<div id="top">
WHAT THE FUCK SHOULD I HAVE AT BAN THAI?
</div>
</div>
<div id="action">
<div id="just"> JUST CLICK THE FUCKING BUTTON </div>
<div id="afterAction">
<button type="button" onclick="printMenuItem()" class="banButton"><span>Button</span></button>
</div>
<a href='indexAppetizers.html' id="somethingElse1">I just want some fucking appetizer</a>
<a href='indexTakeaway.html' id="somethingElse2">I'm fucking eating out</a>
</div>
<!--
<a href="http://banthai.is" id="banWeb">You can also check out our fucking awesome site!</a> -->
</body>
</html>