My personal project and infrastructure archive
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
nomicon/apps/servers/octopus/templates/files.html

17 lines
373 B

{% 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 %}