diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2024-01-01 23:05:29 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2024-01-01 23:05:29 +0100 |
commit | 96c6f2154007649c32fa5c29e04bb686df00dfff (patch) | |
tree | ea0337f1f162ec17daa60579f9087faedd12e0f6 /templates/foot.html | |
download | cats-radio-node-96c6f2154007649c32fa5c29e04bb686df00dfff.tar.gz cats-radio-node-96c6f2154007649c32fa5c29e04bb686df00dfff.tar.bz2 cats-radio-node-96c6f2154007649c32fa5c29e04bb686df00dfff.zip |
Create scaffolding
Diffstat (limited to 'templates/foot.html')
-rw-r--r-- | templates/foot.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/foot.html b/templates/foot.html new file mode 100644 index 0000000..c3aa9b4 --- /dev/null +++ b/templates/foot.html @@ -0,0 +1,4 @@ + </main> + </body> +</html> +{# vi:set et sw=2 ts=2: #} |