aboutsummaryrefslogtreecommitdiffstats
path: root/bn_django/journal/templates/journal/artifacts.html
diff options
context:
space:
mode:
Diffstat (limited to 'bn_django/journal/templates/journal/artifacts.html')
-rw-r--r--bn_django/journal/templates/journal/artifacts.html16
1 files changed, 16 insertions, 0 deletions
diff --git a/bn_django/journal/templates/journal/artifacts.html b/bn_django/journal/templates/journal/artifacts.html
new file mode 100644
index 0000000..4b82573
--- /dev/null
+++ b/bn_django/journal/templates/journal/artifacts.html
@@ -0,0 +1,16 @@
+{% extends "base.html" %}
+
+{% block title %}Artifacts!{% endblock %}
+
+{% block content %}<br />
+Oh golly oh golly! We've got
+<b>
+<ul>
+ <li /><a href="links/">links</a>
+ <li /><a href="images/">images</a>
+ <li /><a href="code/">code snippets</a>
+ <li /><a href="videos/">videos</a>
+</ul>
+</b>
+Also check out journal <a href="/journal/entries/">entries</a> and <a href="/journal/microentries/">microentries</a>.
+{% endblock %}