diff options
Diffstat (limited to 'frontend/public/golf/index.html')
| -rw-r--r-- | frontend/public/golf/index.html | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/frontend/public/golf/index.html b/frontend/public/golf/index.html new file mode 100644 index 0000000..1d5bc9d --- /dev/null +++ b/frontend/public/golf/index.html @@ -0,0 +1,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> |
