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