-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
21 lines (21 loc) · 710 Bytes
/
index.html
File metadata and controls
21 lines (21 loc) · 710 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>react flickr gallery</title>
<!--[if IE]>
<script src="vendor/ie.js"></script>
<![endif]-->
</head>
<body>
<div id="imgLong"></div>
<div id="container"></div>
<script src="vendor/react.js"></script>
<script src="vendor/JSXTransformer.js"></script>
<script type="text/javascript" src="vendor/jquery.min.js" charset="utf-8"></script>
<script type="text/javascript" src="vendor/underscore.js" charset="utf-8"></script>
<script type="text/javascript" src="vendor/backbone.js" charset="utf-8"></script>
<script type="text/jsx" src="src/app.js"></script>
</body>
</html>