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
/
helloworld
/
build
/
index.html
2 lines
(1 loc)
•
183 B
HTML
View Raw
1
2
<
html
>
<
head
>
<
meta
charset
=
"utf-8"
>
<
script
>
var
start = performance.
now
();
</
script
>
<
script
src
=
"foam.js"
>
</
script
>
</
head
>
<
body
>
<
foam
model
=
"foam.demos.HelloWorld"
>
</
foam
>
</
body
>
</
html
>