UNPKG
@nosense00/seal
Version:
latest (1.1.6)
1.1.6
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.0
Seal project for Tea.xyz OSS registry
github.com/nosense00/seal
nosense00/seal
@nosense00/seal
/
examples
/
frontend
/
src
/
index.html
12 lines
(11 loc)
•
262 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
<!doctype
html
>
<
html
lang
=
"en"
>
<
head
>
<
meta
charset
=
"UTF-8"
/>
<
meta
name
=
"viewport"
content
=
"width=device-width, initial-scale=1.0"
/>
</
head
>
<
body
>
<
div
id
=
"root"
>
</
div
>
<
script
type
=
"module"
src
=
"/main.tsx"
>
</
script
>
</
body
>
</
html
>