UNPKG
nodram
Version:
latest (0.0.1)
0.0.1
A Really MEAN Web Framework
github.com/oreofeolurin/ream
oreofeolurin/ream
nodram
/
src
/
framework
/
browser
/
app
/
landing
/
index.component.html
11 lines
(7 loc)
•
237 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
<
article
id
=
"IndexView"
>
<
topbar-component
[
type
]=
"toolbarType"
>
</
topbar-component
>
<
section
id
=
"hero"
>
<
h1
>
Welcome to Ream Framework
</
h1
>
<
h5
>
The really MEAN Framework
</
h5
>
</
section
>
</
article
>