aboutsummaryrefslogtreecommitdiffhomepage
path: root/frontend/public/race/index.html
blob: 930f2e7be5c96f0c711839b18e5094c055ddf235 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<html>
  <head>
    <title>Race | Albatross.swift</title>
  </head>
  <body>
    <h1>Race</h1>
    <form>
      <label for="name">名前</label>
      <input type="text" name="name">
      <button type="submit">開始</button>
    </form>
  </body>
</html>