aboutsummaryrefslogtreecommitdiff
path: root/v_windows/v/examples/vweb/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'v_windows/v/examples/vweb/index.html')
-rw-r--r--v_windows/v/examples/vweb/index.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/v_windows/v/examples/vweb/index.html b/v_windows/v/examples/vweb/index.html
new file mode 100644
index 0000000..d69ff78
--- /dev/null
+++ b/v_windows/v/examples/vweb/index.html
@@ -0,0 +1,15 @@
+Test <b>app</b>
+<br>
+<h1>@hello</h1>
+<hr>
+@if show
+ show = true
+@end
+
+@for number in numbers
+ @number <br>
+@end
+
+
+<hr>
+End.