aboutsummaryrefslogtreecommitdiff
path: root/test/examples/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'test/examples/index.html')
-rw-r--r--test/examples/index.html27
1 files changed, 27 insertions, 0 deletions
diff --git a/test/examples/index.html b/test/examples/index.html
new file mode 100644
index 0000000..70d4196
--- /dev/null
+++ b/test/examples/index.html
@@ -0,0 +1,27 @@
+<!DOCTYPE html>
+<html lang="en">
+ <head>
+ <meta charset="UTF-8" />
+ <meta name="viewport" content="width=device-width, initial-scale=1.0" />
+ <title>lustre | examples</title>
+ </head>
+ <body>
+ <menu>
+ <li>
+ <a href="input.html">input</a>
+ </li>
+ <li>
+ <a href="counter.html">counter</a>
+ </li>
+ <li>
+ <a href="nested.html">nested</a>
+ </li>
+ <li>
+ <a href="svg.html">svg</a>
+ </li>
+ <li>
+ <a href="components.html">components</a>
+ </li>
+ </menu>
+ </body>
+</html>