diff options
author | Hayleigh Thompson <me@hayleigh.dev> | 2023-07-19 10:49:57 +0100 |
---|---|---|
committer | Hayleigh Thompson <me@hayleigh.dev> | 2023-07-19 10:49:57 +0100 |
commit | 0cbfb11f09d67cd98e8a60d0fa351f8396d3f774 (patch) | |
tree | 1a43f19683fe6214de75f9d96d2a40cbe90b95eb /test/examples/index.html | |
parent | 52d3b605d23ad463da850a7294593ebfb4800cb3 (diff) | |
download | lustre-0cbfb11f09d67cd98e8a60d0fa351f8396d3f774.tar.gz lustre-0cbfb11f09d67cd98e8a60d0fa351f8396d3f774.zip |
:truck: Move examples into a subdirectory so they're more obviously not tests.
Diffstat (limited to 'test/examples/index.html')
-rw-r--r-- | test/examples/index.html | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/test/examples/index.html b/test/examples/index.html new file mode 100644 index 0000000..1dda01b --- /dev/null +++ b/test/examples/index.html @@ -0,0 +1,21 @@ +<!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> + </menu> + </body> +</html> |