@m2c2kit/core 0.3.16 → 0.3.17

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/index.html DELETED
@@ -1,31 +0,0 @@
1
- <!DOCTYPE html>
2
- <html>
3
- <head>
4
- <meta charset="UTF-8" />
5
- <meta http-equiv="Cache-Control" content="no-store, max-age=0" />
6
- <meta http-equiv="Pragma" content="no-cache" />
7
- <meta http-equiv="Expires" content="0" />
8
- <meta name="viewport" content="width=device-width, initial-scale=1" />
9
- <link href="assets/css/m2c2kit.css" rel="preload" as="style" />
10
- <link href="assets/css/m2c2kit.css" rel="stylesheet" />
11
- <link href="assets/css/defaultV2.css" rel="stylesheet" />
12
- <link href="assets/css/nouislider.css" rel="stylesheet" />
13
- <link href="assets/css/select2.css" rel="stylesheet" />
14
- <link
15
- href="assets/css/bootstrap-datepicker.standalone.css"
16
- rel="stylesheet"
17
- />
18
- <link href="assets/css/bootstrap-slider.css" rel="stylesheet" />
19
- <script type="module" src="./index.js" defer></script>
20
- </head>
21
-
22
- <body class="m2c2kit-background-color m2c2kit-no-margin">
23
- <div id="m2c2kit-survey-div"></div>
24
- <div
25
- class="m2c2kit-full-viewport m2c2kit-flex-container"
26
- id="m2c2kit-container-div"
27
- >
28
- <canvas class="m2c2kit-full-viewport" id="m2c2kit-canvas"></canvas>
29
- </div>
30
- </body>
31
- </html>