about summary refs log tree commit diff
path: root/users/wpcarro/slx.js/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'users/wpcarro/slx.js/index.html')
-rw-r--r--users/wpcarro/slx.js/index.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/users/wpcarro/slx.js/index.html b/users/wpcarro/slx.js/index.html
new file mode 100644
index 0000000000..966705a642
--- /dev/null
+++ b/users/wpcarro/slx.js/index.html
@@ -0,0 +1,13 @@
+<!DOCTYPE html>
+<html lang="en">
+  <head>
+    <meta charset="UTF-8" />
+    <title>Tests</title>
+    <link rel="stylesheet" href="https://unpkg.com/terminal.css@0.7.2/dist/terminal.min.css" />
+  </head>
+  <body>
+    <div id="mount"></div>
+    <script src="./index.js"></script>
+    <script src="./tests.js" type="module"></script>
+  </body>
+</html>