aboutsummaryrefslogtreecommitdiff
path: root/v_windows/v/old/examples/vweb/index.html
blob: d69ff7873348b2fbea771f83c17cea512db5e270 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Test <b>app</b>
<br>
<h1>@hello</h1>
<hr>
@if show
	show = true
@end

@for number in numbers
	@number <br>
@end


<hr>
End.