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

13 lines
175 B
HTML
Raw Normal View History

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