aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorNathan Reiner <nathan@nathanreiner.xyz>2025-11-11 10:34:59 +0100
committerNathan Reiner <nathan@nathanreiner.xyz>2025-11-11 10:34:59 +0100
commit402888423de9764c22175df4cc41d79157895f3d (patch)
treeb954cac6454bb00ed39cc87ffc3d23c8da948ef4 /static
parentce06aafe385f217bb0756089a88255f31f093018 (diff)
add basic server
Diffstat (limited to 'static')
-rw-r--r--static/index.html9
-rw-r--r--static/index.js1
m---------static/sfw0
3 files changed, 10 insertions, 0 deletions
diff --git a/static/index.html b/static/index.html
new file mode 100644
index 0000000..cd0d6de
--- /dev/null
+++ b/static/index.html
@@ -0,0 +1,9 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <title>Storyboard</title>
+ <script type="module" src="index.js"></script>
+ </head>
+ <body>
+ </body>
+</html>
diff --git a/static/index.js b/static/index.js
new file mode 100644
index 0000000..8764baf
--- /dev/null
+++ b/static/index.js
@@ -0,0 +1 @@
+console.log('hello, world!');
diff --git a/static/sfw b/static/sfw
new file mode 160000
+Subproject bf1fef8933e090ec92dbb04c66f9c868044c242