-
-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathindex.html
More file actions
22 lines (21 loc) · 668 Bytes
/
index.html
File metadata and controls
22 lines (21 loc) · 668 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Bolt UXP</title>
</head>
<body>
<div id="app"></div>
<!-- Uncomment to debug the desired template -->
<!-- BOLT_SVELTE_START -->
<script type="module" src="/src/index-svelte.ts"></script>
<!-- BOLT_SVELTE_END -->
<!-- BOLT_REACT_START -->
<!-- <script type="module" src="/src/index-react.tsx"></script> -->
<!-- BOLT_REACT_END -->
<!-- BOLT_VUE_START -->
<!-- <script type="module" src="/src/index-vue.ts"></script> -->
<!-- BOLT_VUE_END -->
</body>
</html>