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
/
TraitGraphics.html
10 lines
(9 loc)
•
213 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
<
html
>
<
head
>
<
script
language
=
"javascript"
src
=
"../core/bootFOAM.js"
>
</
script
>
<
title
>
Trait Graphics Demo
</
title
>
</
head
>
<
body
bgcolor
=
'white'
>
<
script
src
=
"TraitGraphics.js"
>
</
script
>
</
body
>
</
html
>