v/examples/vweb/vweb_assets/index.html

14 lines
180 B
HTML
Raw Permalink Normal View History

2020-03-07 14:16:03 +01:00
<html>
<header>
<title>@title</title>
<style>html{display:none}</style>
@css 'index.css'
2020-03-07 14:16:03 +01:00
</header>
<body>
<h1>@title</h1>
<h2>@subtitle</h2>
<p>@message</p>
</body>
</html>