summary refs log tree commit diff
path: root/res/templates/room.html
diff options
context:
space:
mode:
Diffstat (limited to 'res/templates/room.html')
-rw-r--r--res/templates/room.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/res/templates/room.html b/res/templates/room.html
new file mode 100644

index 0000000000..ef36b4ee58 --- /dev/null +++ b/res/templates/room.html
@@ -0,0 +1,6 @@ +<div class="room"> + <h2>{{ room.title }}</h2> + <div> + Things have happened in this room + </div> +</div>