UNPKG
agitcms
Version:
latest (2.0.6)
2.0.6
2.0.5
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
A hackable headless CMS for markdown blogs
0xsuk.github.io/agitcms/overview
0xsuk/agitcms
agitcms
/
public
/
index.html
13 lines
(12 loc)
•
290 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE
html
>
<
html
>
<
head
>
<
link
rel
=
"icon"
type
=
"image/png"
href
=
"icons/16x16.png"
sizes
=
"16x16"
/>
<
meta
charset
=
"utf-8"
/>
<
title
>
Agit CMS
</
title
>
</
head
>
<
body
>
<
div
id
=
"root"
>
</
div
>
<
script
src
=
"./js/bundle.js"
>
</
script
>
</
body
>
</
html
>