aboutsummaryrefslogtreecommitdiffhomepage
path: root/frontend/public/golf/index.html
blob: 1d5bc9dda4869bf024d0d3a85f40859c6234d0a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<html>
  <head>
    <title>Golf | Albatross.swift</title>
  </head>
  <body>
    <h1>Golf</h1>
    <form method="post">
      <div>
        <label for="name">名前</label>
        <input type="text" name="name" required>
      </div>
      <div>
        <button type="submit">開始</button>
      </div>
    </form>
  </body>
</html>