aboutsummaryrefslogtreecommitdiffstats
path: root/templates/room/new.tera
blob: 2bbe27cb3eb576f32e66d309964b23511f5c9f26 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
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>