-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
42 lines (35 loc) · 1.56 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
36
37
38
39
40
41
42
<!DOCTYPE html>
<html>
<head>
<title></title>
<script src="vue.min.js" type="text/javascript"></script>
<link href="//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css" rel="stylesheet" type="text/css">
<style>
h3 {margin:0;}
.hide { display: none; }
.done { text-decoration: underline; }
.valid { }
.invalid { color: red; border-color: red; }
*[draggable=true] {
-moz-user-select:none;
-khtml-user-drag: element;
user-select:none;
cursor: move;
}
</style>
<link href="//netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
<link href="components/autocomplete.css" rel="stylesheet" type="text/css">
<link href="components/datepicker.css" rel="stylesheet" type="text/css">
<link href="components/imageholder.css" rel="stylesheet" type="text/css">
<link href="components/colorpicker.css" rel="stylesheet" type="text/css">
<!-- <script src="https://rawgithub.com/highslide-software/highcharts.com/master/js/adapters/standalone-framework.src.js"></script>
<script src="http://code.highcharts.com/highcharts.js"></script> -->
<script src="vendor/highcharts-custom.js" type="text/javascript" charset="utf-8"></script>
<script src="vendor/ios-drag-drop.js" type="text/javascript" charset="utf-8"></script>
</head>
<body>
</body>
<div class="container"></div>
<!-- <script src="main.js" type="text/javascript"></script> -->
<script src="require.js" data-main="main.js"></script>
</html>