summaryrefslogtreecommitdiff
path: root/templates/index.html
blob: 545b63561a3d594f56dafa884e71348a43658918 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>Rusted Ambulator</title>
</head>
<body>
<form action="/find-session">
    <label for="id">Session ID</label>
    <input id="id" name="id" placeholder="000000" required>
    <input type="submit">
</form>
</body>
</html>