summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--nfsw/templates/io.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/nfsw/templates/io.html b/nfsw/templates/io.html
new file mode 100644
index 0000000..22d6b4b
--- /dev/null
+++ b/nfsw/templates/io.html
@@ -0,0 +1,9 @@
+{% extends 'base.html' %}
+
+{% block title %}I/O{% endblock %}
+
+{% block content %}
+<div class="io-block">
+ <p>The zarking console idiots!</p>
+</div>
+{% endblock %}