summaryrefslogtreecommitdiffstats
path: root/nfsw/templates/io.html
diff options
context:
space:
mode:
Diffstat (limited to 'nfsw/templates/io.html')
-rw-r--r--nfsw/templates/io.html9
1 files changed, 8 insertions, 1 deletions
diff --git a/nfsw/templates/io.html b/nfsw/templates/io.html
index 22d6b4b..809dffb 100644
--- a/nfsw/templates/io.html
+++ b/nfsw/templates/io.html
@@ -4,6 +4,13 @@
{% block content %}
<div class="io-block">
- <p>The zarking console idiots!</p>
+ <div class="console">
+ </div>
+
+ <div class="prompt">
+ <form>
+ <input name="cmd" placeholder="Command" value="" />
+ </form>
+ </div>
</div>
{% endblock %}