UNPKG
mobinge
Version:
latest (0.0.3)
0.0.3
0.0.2
0.0.1
Client-heavy webcomic site display system
github.com/samguyjones/mobinge
samguyjones/mobinge
mobinge
/
lib
/
index.html
13 lines
(12 loc)
•
297 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
<
html
>
<
head
>
<
meta
name
=
"viewport"
content
=
"width=device-width, initial-scale=1"
>
</
meta
>
<
title
>
InhumaneResources
</
title
>
<
script
type
=
"text/javascript"
src
=
"bundle.js"
>
</
script
>
</
head
>
<
body
>
<
img
src
=
"/images/title.png"
/>
<
div
id
=
"root"
>
</
div
>
</
body
>
</
html
>