diff options
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: #} |