UNPKG
@proofkit/cli
Version:
beta (3.2.0-beta.4)
latest (3.2.0)
3.2.0
3.2.0-beta.4
3.2.0-beta.3
3.2.0-beta.2
3.2.0-beta.0
3.1.1
3.1.0
3.1.0-beta.3
3.1.0-beta.2
3.1.0-beta.1
3.1.0-beta.0
3.0.4
3.0.3
3.0.2
3.0.1
3.0.0
3.0.0-beta.11
3.0.0-beta.10
3.0.0-beta.9
2.2.2
2.2.2-beta.0
2.2.1
2.2.0
2.2.0-beta.6
2.0.7
2.0.6
2.0.5
2.0.4
2.0.3
2.0.2
2.0.0
2.0.0-beta.34
2.0.0-beta.33
2.0.0-beta.32
2.0.0-beta.31
2.0.0-beta.30
2.0.0-beta.29
2.0.0-beta.28
2.0.0-beta.27
2.0.0-beta.26
2.0.0-beta.24
2.0.0-beta.23
2.0.0-beta.22
2.0.0-beta.21
2.0.0-beta.20
2.0.0-beta.19
2.0.0-beta.18
2.0.0-beta.16
2.0.0-beta.15
2.0.0-beta.14
2.0.0-beta.13
2.0.0-beta.12
2.0.0-beta.11
2.0.0-beta.9
2.0.0-beta.6
2.0.0-beta.5
2.0.0-beta.4
2.0.0-beta.1
1.2.0-beta.2
1.2.0-beta.1
1.2.0-beta.0
1.1.8
1.1.6
1.1.5
1.0.0
1.0.0-beta.0
Create web application with the ProofKit stack
github.com/proofgeist/proofkit
proofgeist/proofkit
@proofkit/cli
/
template
/
vite-wv
/
index.html
14 lines
(12 loc)
•
305 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!doctype
html
>
<
html
lang
=
"en"
>
<
head
>
<
meta
charset
=
"UTF-8"
/>
<
meta
name
=
"viewport"
content
=
"width=device-width, initial-scale=1.0"
/>
<
title
>
ProofKit WebViewer
</
title
>
</
head
>
<
body
>
<
div
id
=
"app"
>
</
div
>
<
script
type
=
"module"
src
=
"/src/main.tsx"
>
</
script
>
</
body
>
</
html
>