aboutsummaryrefslogtreecommitdiff
path: root/v_windows/v/examples/vweb/vweb_assets/index.html
blob: 6635329ad0ba826a561bbd5a043bf07cd4100404 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<html>
<header>
	<title>@title</title>
	@css 'index.css'
</header>
<body>
	<h1>@title</h1>
	<h2>@subtitle</h2>
	<p>@message</p>
</body>
</html>