summaryrefslogtreecommitdiffstats
path: root/templates/public/blank.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/public/blank.html')
-rw-r--r--templates/public/blank.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/templates/public/blank.html b/templates/public/blank.html
new file mode 100644
index 0000000..d1e7b71
--- /dev/null
+++ b/templates/public/blank.html
@@ -0,0 +1,10 @@
+{% extends "base.html" %}
+
+{% block content %}
+<div class="box">
+ <h2 class="title">Download Arch Linux</h2>
+ <br /><br />
+</div>
+<br /><br />
+{% endblock %}
+