mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
13 lines
179 B
HTML
13 lines
179 B
HTML
<html>
|
|
<header>
|
|
<title>@title</title>
|
|
<style>html{display:none}</style>
|
|
@css 'index.css'
|
|
</header>
|
|
<body>
|
|
<h1>@title</h1>
|
|
<h2>@subtitle</h2>
|
|
<p>@message</p>
|
|
</body>
|
|
</html>
|