diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2024-01-02 14:30:44 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2024-01-02 14:30:44 +0100 |
commit | 8d79d7640cadab30ff1e7bfa8df41eb08ffbdf48 (patch) | |
tree | 90c5090e070aad6546e1cf198973a10ef25e00fa /templates/send.html | |
parent | 317d81c65dafae1949588cb4a9412d9bdc483a7c (diff) | |
download | cats-radio-node-8d79d7640cadab30ff1e7bfa8df41eb08ffbdf48.tar.gz cats-radio-node-8d79d7640cadab30ff1e7bfa8df41eb08ffbdf48.tar.bz2 cats-radio-node-8d79d7640cadab30ff1e7bfa8df41eb08ffbdf48.zip |
Add more pages, improve nav
Diffstat (limited to 'templates/send.html')
-rw-r--r-- | templates/send.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/send.html b/templates/send.html new file mode 100644 index 0000000..b47f6b0 --- /dev/null +++ b/templates/send.html @@ -0,0 +1,6 @@ +{% include "head.html" %} +<div class=""> + Send! +</div> +{% include "foot.html" %} +{# vi:set et sw=2 ts=2: #} |