-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
19 lines (19 loc) · 762 Bytes
/
index.html
File metadata and controls
19 lines (19 loc) · 762 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html>
<head>
<title>ZoomShout</title>
<meta content="" name="description">
<meta content="initial-scale=1, maximum-scale=1, width=device-width, user-scalable=no" name="viewport">
<link rel="icon" href="favicon.png?v=1">
<link rel="apple-touch-icon-precomposed" href="//buffalo.ownlocal.com/brand/icon.png">
<link rel="stylesheet" href="//buffalo.ownlocal.com/assets/styles.css">
</head>
<body data-loaded="false">
<script>
siteID = "xUE60WtycFTMzligVL34g3QpK0U2";
</script>
<script src="//code.jquery.com/jquery-1.10.2.min.js"></script>
<script src="//www.gstatic.com/firebasejs/5.8.6/firebase.js"></script>
<script src="//buffalo.ownlocal.com/assets/public.js"></script>
</body>
</html>