forked from seed-rs/seed
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
34 lines (25 loc) · 1.21 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Custom elements example</title>
</head>
<body>
<section id="app"></section>
<script type="module" src="/public/checkbox-tristate.js"></script>
<link rel="stylesheet" href="/public/highlight/github.css">
<script type="text/javascript" src="/public/highlight/highlight.pack.js"></script>
<script type="module" src="/public/code-block.js"></script>
<script src="https://unpkg.com/feather-icons"></script>
<script type="module" src="/public/feather-icon.js"></script>
<script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
<script type="module" src="/public/math-tex.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@shoelace-style/[email protected]/dist/themes/base.min.css">
<script type="module" src="https://cdn.jsdelivr.net/npm/@shoelace-style/[email protected]/dist/shoelace.min.js"></script>
<script type="module">
import init from '/pkg/package.js';
init('/pkg/package_bg.wasm');
</script>
</body>
</html>