diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-03-14 17:30:15 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-14 17:30:15 -0500 |
commit | 8d2e649b4dae4523d9c0ac36d5dfd31409447be4 (patch) | |
tree | 151f1dcd76c52a8bb3f45061a023fe6a8b2637b2 /bskyweb/templates/scripts.html | |
parent | 8629e167cd668cd1d41bf6a37acf9d94502e5c2b (diff) | |
download | voidsky-8d2e649b4dae4523d9c0ac36d5dfd31409447be4.tar.zst |
Create build step for the web server (#289)
* Create build step for the web server * Update bskyweb routes and 404 behavior
Diffstat (limited to 'bskyweb/templates/scripts.html')
-rw-r--r-- | bskyweb/templates/scripts.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bskyweb/templates/scripts.html b/bskyweb/templates/scripts.html new file mode 100644 index 000000000..30826bfb9 --- /dev/null +++ b/bskyweb/templates/scripts.html @@ -0,0 +1,2 @@ +<script defer="defer" src="/static/js/412.e47ad7b9.js"></script> +<script defer="defer" src="/static/js/main.f526ceaa.js"></script> \ No newline at end of file |