UNPKG
foam-framework
Version:
latest (0.5.0)
0.5.0
0.4.3
0.4.2
0.4.1
0.4.0
MVC metaprogramming framework
github.com/foam-framework/foam
foam-framework/foam
foam-framework
/
apps
/
gmail
/
app.html
12 lines
(11 loc)
•
279 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
<
html
>
<
head
>
<
title
>
GMail
</
title
>
<
link
rel
=
"stylesheet"
href
=
"foam.css"
>
<
link
rel
=
"stylesheet"
href
=
"mdui.css"
>
<
link
rel
=
"stylesheet"
href
=
"style.css"
>
<
script
src
=
"foam.js"
>
</
script
>
<
script
src
=
"app.js"
>
</
script
>
</
head
>
<
body
>
</
body
>
</
html
>