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
/
core
/
experimental
/
fo.html
9 lines
(8 loc)
•
230 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
<
html
>
<
head
>
<
link
rel
=
"stylesheet"
type
=
"text/css"
href
=
"../foam.css"
/>
<
script
src
=
"../context.js"
>
</
script
>
<
script
language
=
"javascript"
src
=
"fo2.js"
>
</
script
>
<
title
>
FOAM FO Test
</
title
>
</
head
>
</
html
>