mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
12 lines
175 B
HTML
12 lines
175 B
HTML
<html>
|
|
<head>
|
|
<title>@title</title>
|
|
<style>html{display:none}</style>
|
|
@css 'index.css'
|
|
</head>
|
|
<body>
|
|
<h1>@title</h1>
|
|
<h2>@subtitle</h2>
|
|
<p>@message</p>
|
|
</body>
|
|
</html>
|