v/examples/vweb/vweb_assets/index.html

13 lines
133 B
HTML

<html>
<header>
<title>@title</title>
@css
</header>
<body>
<h1>@title</h1>
<h2>@subtitle</h2>
<p>@message</p>
</body>
</html>