summaryrefslogtreecommitdiffstats
path: root/nfsw/templates/io.html
diff options
context:
space:
mode:
authorrsiddharth <s@ricketyspace.net>2019-09-21 11:52:40 -0400
committerrsiddharth <s@ricketyspace.net>2019-09-21 11:52:40 -0400
commit455d72b70e20c5ae9c2bfd69c1b4c5abce813ac6 (patch)
treecab642c8d30679b16a4c3396b26b0be780807c98 /nfsw/templates/io.html
parentdd9d1f2a9b1163cf2f242d359b5ee8e89de73ad0 (diff)
nfsw/templates/io.html: Flesh out io-block.
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 %}