diff options
Diffstat (limited to 'templates/index.html')
| -rw-r--r-- | templates/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/index.html b/templates/index.html index 8b531d3..78d60e9 100644 --- a/templates/index.html +++ b/templates/index.html @@ -5,11 +5,11 @@ <title>Rusted Ambulator</title> </head> <body> -<h2>Sessions</h2> +<h1>Sessions</h1> <ul> {% for (id, session) in sessions %} <li> - <span>{{session.steam_name}}'s game</span> + <span>{{session.steam_name}}'s game ({{id}})</span> <form action="/session/{{id}}"> <input name="passcode" placeholder="Passcode"> <input type="submit"> |
