diff options
Diffstat (limited to 'templates/public/blank.html')
-rw-r--r-- | templates/public/blank.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/templates/public/blank.html b/templates/public/blank.html new file mode 100644 index 00000000..d1e7b71b --- /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 %} + |