UNPKG
corporate-frontend-mithril
Version:
latest (3.4.0)
3.4.0
3.3.0
3.2.0
Corporate frontend MithrilJS modules
corporate-frontend-mithril
/
src
/
applications
/
aem-board
/
index.html
13 lines
(12 loc)
•
277 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE
html
>
<
html
>
<
head
>
<
title
>
AEM board
</
title
>
<
link
rel
=
"shortcut icon"
href
=
"../src/assets/images/favicon.png"
>
</
head
>
<
body
>
<
div
id
=
"root"
class
=
"b-container--size-full"
>
<!-- Application Layout will be injected dynamically -->
</
div
>
</
body
>
</
html
>