2014-05-06 01:25:08 +08:00

11 lines
172 B
Plaintext

function sample_page() {
<header>
<h3>HTML in Opa</h3>
</header>
<article>
<div class=container>
<p>Learning by examples.</p>
</div>
</article>
}