diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2023-12-09 06:00:51 +0100 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2023-12-09 06:00:51 +0100 |
commit | a9ceed1d37c5a33b5479752a866c3289838f7fc4 (patch) | |
tree | dd58f1a95c61085c8e1ba719a693391159e031fd /public | |
parent | 1c153a8e8ea709cfc89eda810c41b5d2c9fa8472 (diff) | |
download | gallery-a9ceed1d37c5a33b5479752a866c3289838f7fc4.tar.gz gallery-a9ceed1d37c5a33b5479752a866c3289838f7fc4.tar.xz gallery-a9ceed1d37c5a33b5479752a866c3289838f7fc4.zip |
Placeholder root handler
Diffstat (limited to 'public')
-rw-r--r-- | public/gallery.js | 1 | ||||
-rw-r--r-- | public/style.css | 0 |
2 files changed, 1 insertions, 0 deletions
diff --git a/public/gallery.js b/public/gallery.js new file mode 100644 index 0000000..ccacec3 --- /dev/null +++ b/public/gallery.js @@ -0,0 +1 @@ +'use strict' diff --git a/public/style.css b/public/style.css new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/public/style.css |