1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/examples/vweb/index.html
2020-06-07 19:06:07 +02:00

16 lines
124 B
HTML

Test <b>app</b>
<br>
<h1>@hello</h1>
<hr>
@if show
show = true
@end
@for number in numbers
@number <br>
@end
<hr>
End.