-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
37 lines (36 loc) · 1.18 KB
/
Copy pathindex.html
File metadata and controls
37 lines (36 loc) · 1.18 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite App</title>
<script
src="https://cdn.anychart.com/releases/8.11.0/js/anychart-base.min.js"
type="text/javascript"
></script>
<script src="https://cdn.anychart.com/releases/8.11.0/js/anychart-graph.min.js"></script>
<script src="https://cdn.anychart.com/releases/8.11.0/js/anychart-ui.min.js"></script>
<link
rel="stylesheet"
type="text/css"
href="https://cdn.anychart.com/releases/8.11.0/css/anychart-ui.min.css?hcode=a0c21fc77e1449cc86299c5faa067dc4"
/>
<link
rel="stylesheet"
type="text/css"
href="https://cdn.anychart.com/releases/8.11.0/fonts/css/anychart-font.min.css"
/>
</head>
<body>
<body>
<div
id="container"
style="height: 782px; width: 1177px; display: none"
></div>
</body>
<input type="file" id="selectFiles" value="Import" /><br />
<button id="import">Import</button>
<script type="module" src="/src/main.ts"></script>
</body>
</html>