-
Notifications
You must be signed in to change notification settings - Fork 15
/
index.html
24 lines (24 loc) · 906 Bytes
/
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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Random Beer Selector</title>
<link rel="stylesheet" href="index.css" />
<script src="lib/require.js"></script>
<script src="bootstrap.js"></script>
<script src="index.js"></script>
</head>
<body>
<div class="loading">
<p>Loading products and inventories for store, please wait…</p>
<div id="_giphy_tv"></div>
<script>
var _giphy_tv_tag="beer";
var g = document.createElement('script'); g.type = 'text/javascript'; g.async = true;
g.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'giphy.com/static/js/widgets/tv.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(g, s);
</script>
</div>
</body>
</html>