aboutsummaryrefslogtreecommitdiff
path: root/templates/files.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/files.html')
-rw-r--r--templates/files.html17
1 files changed, 17 insertions, 0 deletions
diff --git a/templates/files.html b/templates/files.html
new file mode 100644
index 0000000..02b0201
--- /dev/null
+++ b/templates/files.html
@@ -0,0 +1,17 @@
+{% extends "core.html" %}
+
+{% block content %}
+
+<h1>File Tree</h1>
+
+<p>Following is a copy of the file tree. You can clone any sub-directry that is marked as a "project".</p>
+
+<div class="explorer">
+
+ {# header section #}
+ <div class="expl-header">
+ <span><strong>Mx Kookie</strong> <a href="">Just fucking around with stuff</a></span>
+ </div>
+</div>
+
+{% endblock %}