aboutsummaryrefslogtreecommitdiff
path: root/test/examples/index.html
diff options
context:
space:
mode:
authorHayleigh Thompson <me@hayleigh.dev>2023-09-22 10:42:33 +0100
committerHayleigh Thompson <me@hayleigh.dev>2023-09-22 10:42:33 +0100
commit60ca120b030de72aedd675e16961f0ece2fe8063 (patch)
treee3ab36c3ce430b2dd9c205b04ffe646cd7102075 /test/examples/index.html
parent5e1dd775e7c1974e88df0494eb2e3effb7bcb9f2 (diff)
downloadlustre-60ca120b030de72aedd675e16961f0ece2fe8063.tar.gz
lustre-60ca120b030de72aedd675e16961f0ece2fe8063.zip
:truck: Move examples out of test so CI doesn't break.
Diffstat (limited to 'test/examples/index.html')
-rw-r--r--test/examples/index.html27
1 files changed, 0 insertions, 27 deletions
diff --git a/test/examples/index.html b/test/examples/index.html
deleted file mode 100644
index 70d4196..0000000
--- a/test/examples/index.html
+++ /dev/null
@@ -1,27 +0,0 @@
-<!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>