diff options
Diffstat (limited to 'static')
| -rw-r--r-- | static/index.html | 9 | ||||
| -rw-r--r-- | static/index.js | 1 | ||||
| m--------- | static/sfw | 0 |
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 |