UNPKG
@simulacrum/ui
Version:
latest (0.3.2)
0.3.2
0.3.1
0.3.0
0.2.0
0.1.0
0.0.2
0.0.1
0.0.0
A web UI to work with a Simulacrum Server
github.com/thefrontside/simulacrum
thefrontside/simulacrum
@simulacrum/ui
/
app
/
index.html
17 lines
(14 loc)
•
306 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE
html
>
<
html
>
<
head
>
<
meta
charset
=
"utf-8"
/>
<
title
>
Simulacrum Server
</
title
>
<
style
>
html
,
body
,
#root
{
margin
:
0
;
padding
:
0
;
height
:
100%
; }
</
style
>
</
head
>
<
body
>
<
div
id
=
"root"
>
</
div
>
<
script
type
=
"module"
src
=
"./index.tsx"
>
</
script
>
</
body
>
</
html
>