-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
32 lines (30 loc) · 866 Bytes
/
index.html
File metadata and controls
32 lines (30 loc) · 866 Bytes
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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + TS</title>
</head>
<body>
<div id="app"></div>
<!-- <div
data-line
data-curve="true"
data-animation="true"
data-line-color="#4A4A4A"
data-area-color="#1A1A1A10"
data-line-thickness="4"
data-responsive
data-plot-color="#2A2A2A"
data-plot-radius="3"
data-number-locale="en-US"
data-number-rounding="2"
data-indicator-color="#1A1A1A"
data-indicator-width="1"
data-set="[1, 2, 3]"
></div> -->
<script type="module" src="/src/main.ts"></script>
<!-- <script type="module" src="dist/tiny-spark.umd.js"></script> -->
</body>
</html>