-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·31 lines (26 loc) · 1.4 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
<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<title>Clam Shell</title>
<meta name="viewport" content="width=device-width" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<!-- Hamburger icons -->
<link href="http://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet" />
<!-- Zynga Scroller -->
<script type="text/javascript" src="http://zynga.github.io/scroller/src/Raf.js"></script>
<script type="text/javascript" src="http://zynga.github.io/scroller/src/Animate.js"></script>
<script type="text/javascript" src="http://zynga.github.io/scroller/src/Scroller.js"></script>
<!-- We include jQuery only for the Parse SDK and Bootstrap; it's not needed for React. -->
<script type="text/javascript" src="http://cdnjs.cloudflare.com/ajax/libs/jquery/2.0.3/jquery.min.js"></script>
<link rel="stylesheet" href="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/css/bootstrap-combined.min.css"></script>
<script type="text/javascript" src="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/js/bootstrap.min.js"></script>
<!-- We include jQuery only for the Parse SDK and Bootstrap; it's not needed for React. -->
</head>
<body>
<div id="react-root">
<h1>If you see this, something is broken.</h1>
</div>
<script type="text/javascript" src="build/main.js"></script>
</body>
</html>