forked from ryanlanciaux/react-test
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
20 lines (19 loc) · 799 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<html>
<head>
<title>HeroTeam::React Test</title>
<link href="//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css" rel="stylesheet">
<link href="styles/site.css" rel="stylesheet">
<script src="http://fb.me/react-0.10.0.js"></script>
<script src="http://fb.me/JSXTransformer-0.10.0.js"></script>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
<script type="text/javascript" src="scripts/key.js"></script>
</head>
<body>
<header>
<h1>Hero Team</h1>
Data provided by <a href="http://marvel.com">Marvel</a>. © 2014 <a href="http://marvel.com">Marvel</a>
</header>
<div id="content" class="container-fluid"></div>
<script type="text/jsx" src="scripts/heroes.js"></script>
</body>
</html>