From 402888423de9764c22175df4cc41d79157895f3d Mon Sep 17 00:00:00 2001 From: Nathan Reiner Date: Tue, 11 Nov 2025 10:34:59 +0100 Subject: add basic server --- static/index.html | 9 +++++++++ static/index.js | 1 + static/sfw | 1 + 3 files changed, 11 insertions(+) create mode 100644 static/index.html create mode 100644 static/index.js create mode 160000 static/sfw (limited to 'static') 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 @@ + + + + Storyboard + + + + + 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 index 0000000..bf1fef8 --- /dev/null +++ b/static/sfw @@ -0,0 +1 @@ +Subproject commit bf1fef8933e090ec92dbb04c66f9c868044c242f -- cgit v1.2.3-70-g09d2