summaryrefslogtreecommitdiffstats
path: root/webface/templates/home.html
diff options
context:
space:
mode:
Diffstat (limited to 'webface/templates/home.html')
-rw-r--r--webface/templates/home.html32
1 files changed, 32 insertions, 0 deletions
diff --git a/webface/templates/home.html b/webface/templates/home.html
new file mode 100644
index 00000000..d9cc34a2
--- /dev/null
+++ b/webface/templates/home.html
@@ -0,0 +1,32 @@
+{% extends "base.html" %}
+{% block body %}
+
+<h1>Salutations!</h1>
+
+Just mockups for now...
+
+<ul>
+ <li><b>Work:</b>
+ <a href="/work/create">Create</a>,
+ <a href="/work/random">Random</a>
+ <li><b><strike>Release:</strike></b>
+ <a href="/release/create">Create</a>,
+ <a href="/release/random">Random</a>
+ <li><b><strike>File:</strike></b>
+ <a href="/file/create">Create</a>,
+ <a href="/file/random">Random</a>
+ <li><b><strike>Contributor:</strike></b>
+ <a href="/contrib/create">Create</a>,
+ <a href="/contrib/random">Random</a>
+ <li><b><strike>Container:</strike></b>
+ <a href="/container/create">Create</a>,
+ <a href="/container/random">Random</a>
+ <li><b><strike>Publisher:</strike></b>
+ <a href="/publisher/create">Create</a>,
+ <a href="/publisher/random">Random</a>
+ <li>Edit groups...
+ <li>Changelog...
+ <li>Login/Signup...
+</ul>
+
+{% endblock %}