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
/
demos
/
helloworld.html
11 lines
(10 loc)
•
267 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
<
html
>
<
head
>
<
script
language
=
"javascript"
src
=
"../core/bootFOAM.js"
>
</
script
>
<
title
>
Hello World!
</
title
>
<
link
rel
=
"stylesheet"
type
=
"text/css"
href
=
"../core/foam.css"
/>
</
head
>
<
body
>
<
script
src
=
"helloworld.js"
>
</
script
>
</
body
>
</
html
>