From e4738edf99cb96214db066079adae021c25bc059 Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Sun, 24 May 2020 11:16:47 -0500 Subject: Download page --- bh20simplewebuploader/templates/download.html | 30 +++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 bh20simplewebuploader/templates/download.html (limited to 'bh20simplewebuploader/templates/download.html') diff --git a/bh20simplewebuploader/templates/download.html b/bh20simplewebuploader/templates/download.html new file mode 100644 index 0000000..07b6951 --- /dev/null +++ b/bh20simplewebuploader/templates/download.html @@ -0,0 +1,30 @@ + + + {% include 'org-header.html' %} + + {% include 'banner.html' %} + {% include 'menu.html' %} + + {{ embed|safe }} + + {% include 'footer.html' %} + + + + + -- cgit v1.2.3