UNPKG

785 BHTMLView Raw
1<index:>
2 <p>Hello World</p>
3<menu: attributes="player" arrays="button/buttons">
4 <ul>
5 <li on-click="goToOne()">One</li>
6 <li>Second</li>
7 <li>Three</li>
8 </ul>
9 <div class="ping">
10 <h2>Pong</h2>
11 </div>
12<topbar:>
13 <div class="topbar">
14 <h1>Topbar Menu</h1>
15 <view name="menu"></view>
16 <div class="user"><i>icon</i>User</div>
17 </div>
18 <h3>End of topbar</h3>
19<footer: attributes="copy" arrays="item/items">
20 <footer class="footer">
21 <ul>
22 <li><a href="/">Home</a></li>
23 <li><a href="/contact">Contact us</a></li>
24 </ul>
25 </footer>
26 <div class="copy">
27 <p>Copyright by X</p>
28 </div>
29<header:>
30 <header class="header">
31 <h2>Title</h2>
32 </header>
33 <header>
34 <h1>Another title</h1>
35 </header>
36 <header>And another one</header>
\No newline at end of file