-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
18 lines (18 loc) · 852 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<html>
<head>
<title>Resistance</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<link rel="stylesheet" href="vendor/font-awesome-4.1.0/css/font-awesome.min.css" />
<link rel="stylesheet" href="styles/bundle.css" />
<link href="https://fonts.googleapis.com/css?family=Roboto:100italic,100,300italic,300,400italic,400,500italic,500,700italic,700,900italic,900" rel="stylesheet" type="text/css">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,300' rel='stylesheet' type='text/css'>
<script src="vendor/react-with-addons-0.13.1.min.js"></script>
<script src="vendor/classnames.js"></script>
<script src="vendor/underscore-min.js"></script>
<script src="vendor/store.min.js"></script>
</head>
<body>
<div id="app">Loading...</div>
<script src="scripts/bundle.js"></script>
</body>
</html>