diff options
Diffstat (limited to 'frontend/public/golf')
| -rw-r--r-- | frontend/public/golf/game.html | 11 | ||||
| -rw-r--r-- | frontend/public/golf/index.html | 18 | ||||
| -rw-r--r-- | frontend/public/golf/watch.html | 11 |
3 files changed, 0 insertions, 40 deletions
diff --git a/frontend/public/golf/game.html b/frontend/public/golf/game.html deleted file mode 100644 index bbe949f..0000000 --- a/frontend/public/golf/game.html +++ /dev/null @@ -1,11 +0,0 @@ -<!DOCTYPE html> -<html> - <head> - <title>Golf | Albatross.swift</title> - </head> - <body> - <h1>Golf</h1> - <div id="app"></div> - <script type="module" src="/js/game.js"></script> - </body> -</html> diff --git a/frontend/public/golf/index.html b/frontend/public/golf/index.html deleted file mode 100644 index 1d5bc9d..0000000 --- a/frontend/public/golf/index.html +++ /dev/null @@ -1,18 +0,0 @@ -<!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> diff --git a/frontend/public/golf/watch.html b/frontend/public/golf/watch.html deleted file mode 100644 index 6ab7699..0000000 --- a/frontend/public/golf/watch.html +++ /dev/null @@ -1,11 +0,0 @@ -<!DOCTYPE html> -<html> - <head> - <title>Golf | Albatross.swift</title> - </head> - <body> - <h1>Golf</h1> - <div id="app"></div> - <script type="module" src="/js/watch.js"></script> - </body> -</html> |
