forked from Eleven-Trading/TradeNote
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
81 lines (81 loc) · 5.27 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Bootstrap CSS -->
<link rel="icon" type="image/png" href="src/assets/sun_full_blue.png"/>
<!--<link rel="manifest" href="/manifest.json">-->
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Nunito+Sans&display=swap" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@latest/dist/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-tagsinput@latest/dist/bootstrap-tagsinput.css">
<link href="https://cdn.quilljs.com/1.3.6/quill.snow.css" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/bs-stepper/dist/css/bs-stepper.min.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/font-awesome@latest/css/font-awesome.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@iconscout/unicons@latest/css/line.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-calendar@latest/css/calendar.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/video.js@latest/dist/video-js.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/x-data-spreadsheet@latest/dist/xspreadsheet.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/shepherd.js@latest/dist/css/shepherd.css"/>
</head>
<body>
<div id="app"></div>
<script type="text/javascript" src="https://unpkg.com/default-passive-events"></script>
<script src="https://cdn.jsdelivr.net/npm/jquery@latest/dist/jquery.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@latest/dist/umd/popper.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@latest/dist/js/bootstrap.bundle.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/vue/dist/vue.js"></script>
<script src="https://cdn.jsdelivr.net/npm/axios@latest/dist/axios.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/parse@3.5.1-alpha.2/dist/parse.min.js"></script>
<!--<script src="https://unpkg.com/markerjs2/markerjs2.js"></script>-->
<script src="https://cdn.jsdelivr.net/npm/markerjs2@latest/markerjs2.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap-tagsinput@latest/dist/bootstrap-tagsinput.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/lodash@latest/lodash.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/papaparse@latest/papaparse.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/dayjs@latest/dayjs.min.js"></script>
<!--<script src="https://unpkg.com/dayjs@latest/plugin/utc.js"></script>-->
<script src="https://cdn.jsdelivr.net/npm/dayjs@latest/plugin/utc.js"></script>
<script>
dayjs.extend(window.dayjs_plugin_utc)
</script>
<!--<script src="https://unpkg.com/dayjs@latest/plugin/isoWeek.js"></script>-->
<script src="https://cdn.jsdelivr.net/npm/dayjs@latest/plugin/isoWeek.js"></script>
<script>
dayjs.extend(window.dayjs_plugin_isoWeek)
</script>
<!--<script src="https://unpkg.com/dayjs@latest/plugin/timezone.js"></script>-->
<script src="https://cdn.jsdelivr.net/npm/dayjs@latest/plugin/timezone.js"></script>
<script>
dayjs.extend(window.dayjs_plugin_timezone)
</script>
<!--<script src="https://unpkg.com/dayjs@latest/plugin/duration.js"></script>-->
<script src="https://cdn.jsdelivr.net/npm/dayjs@latest/plugin/duration.js"></script>
<script>
dayjs.extend(window.dayjs_plugin_duration)
</script>
<!--<script src="https://unpkg.com/dayjs@latest/plugin/updateLocale.js"></script>-->
<script src="https://cdn.jsdelivr.net/npm/dayjs@latest/plugin/updateLocale.js"></script>
<script>
dayjs.extend(window.dayjs_plugin_updateLocale)
</script>
<script src="https://cdn.jsdelivr.net/npm/dayjs@latest/plugin/localizedFormat.js"></script>
<script>
dayjs.extend(window.dayjs_plugin_localizedFormat)
</script>
<script src="https://cdn.quilljs.com/1.3.6/quill.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bs-stepper/dist/js/bs-stepper.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/calendarize@1.1.1/dist/index.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/apexcharts"></script>
<script src="https://cdn.jsdelivr.net/npm/echarts@latest/dist/echarts.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/video.js@latest/dist/video.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/numbro@latest/dist/numbro.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/lz-string@latest/libs/lz-string.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/x-data-spreadsheet@latest/dist/xspreadsheet.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@tarekraafat/autocomplete.js@10.2.7/dist/autoComplete.min.js"></script>
<script lang="javascript" src="https://cdn.sheetjs.com/xlsx-latest/package/dist/xlsx.full.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/shepherd.js@latest/dist/js/shepherd.min.js"></script>
<script type="module" src="/src/main.js"></script>
</body>
</html>