aboutsummaryrefslogtreecommitdiff
path: root/v_windows/v/examples/vweb/vweb_assets/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'v_windows/v/examples/vweb/vweb_assets/index.html')
-rw-r--r--v_windows/v/examples/vweb/vweb_assets/index.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/v_windows/v/examples/vweb/vweb_assets/index.html b/v_windows/v/examples/vweb/vweb_assets/index.html
new file mode 100644
index 0000000..6635329
--- /dev/null
+++ b/v_windows/v/examples/vweb/vweb_assets/index.html
@@ -0,0 +1,12 @@
+<html>
+<header>
+ <title>@title</title>
+ @css 'index.css'
+</header>
+<body>
+ <h1>@title</h1>
+ <h2>@subtitle</h2>
+ <p>@message</p>
+</body>
+</html>
+