aboutsummaryrefslogtreecommitdiffstats
path: root/templates/room/new.html.tera
diff options
context:
space:
mode:
Diffstat (limited to 'templates/room/new.html.tera')
-rw-r--r--templates/room/new.html.tera14
1 files changed, 14 insertions, 0 deletions
diff --git a/templates/room/new.html.tera b/templates/room/new.html.tera
new file mode 100644
index 0000000..2bbe27c
--- /dev/null
+++ b/templates/room/new.html.tera
@@ -0,0 +1,14 @@
+<!DOCTYPE html>
+<html>
+<head>
+<title>New room</title>
+</head>
+<body>
+<h1>New room</h1>
+
+<form name="new_room_form" action="/rooms" method="POST">
+ <label for="name">Name: </label><input name="name" type="text">
+ <input type="submit" value="Save">
+</form>
+</body>
+</html>