-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathindex.html
29 lines (28 loc) · 905 Bytes
/
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
<!DOCTYPE html>
<html>
<head>
<title>SurveyMan - React Demo</title>
<meta charset="utf-8"/>
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="build/styles.min.css">
<link href="//code.ionicframework.com/ionicons/2.0.0/css/ionicons.min.css" rel="stylesheet">
</head>
<body>
<div class="container">
<div class="row">
<div class="col-sm-12">
<h1>SurveyMan</h1>
</div>
</div>
<hr/>
<div id="app">
loading app...
</div>
</div>
<!-- webpack dev scripts -->
<script type="text/javascript" src="/webpack-dev-server.js"></script>
<script type="text/javascript" src="/build/bundle.js"></script>
<script type="text/javascript" src="https://code.jquery.com/jquery-2.1.4.min.js"></script>
<script type="text/javascript" src="/build/bootstrap.min.js"></script>
</body>
</html>