-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
35 lines (33 loc) · 1.61 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
32
33
34
35
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="format-detection" content="telephone=no" />
<meta name="msapplication-tap-highlight" content="no" />
<!-- WARNING: for iOS 7, remove the width=device-width and height=device-height attributes. See https://issues.apache.org/jira/browse/CB-4323 -->
<meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width, height=device-height, target-densitydpi=device-dpi, minimal-ui" />
<meta name="description" content="">
<meta name="author" content="">
<link href="vendor/fontawesome/css/font-awesome.min.css" rel="stylesheet">
<link href="vendor/summernote/dist/summernote.css" rel="stylesheet">
<script src="vendor/pouchdb/dist/pouchdb.min.js"></script>
<script src="node_modules/source-map-support/browser-source-map-support.js"></script>
</head>
<body role="document">
<div id="wrapper">
<!-- REACT HERE -->
</div>
<script src="vendor/jquery/dist/jquery.min.js"></script>
<script src="vendor/jquery-ui/jquery-ui.min.js"></script>
<script src="vendor/jqueryui-touch-punch/jquery.ui.touch-punch.min.js"></script>
<script src="vendor/underscore/underscore-min.js"></script>
<script src="vendor/bootstrap/dist/js/bootstrap.min.js"></script>
<script src="vendor/summernote/dist/summernote.min.js"></script>
<!--suppress HtmlUnknownTarget, JSUnresolvedLibraryURL -->
<script src="http://localhost:3001/scripts/bundle.js"></script>
<script>
var iosDragDropShim = { enableEnterLeave: true }
</script>
</body>
</html>