1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/examples/vweb/vweb_assets/index.html
2020-03-07 14:16:03 +01:00

13 lines
133 B
HTML

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