diff options
Diffstat (limited to 'frontend/public')
| -rw-r--r-- | frontend/public/favicon.svg | 1 | ||||
| -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 | ||||
| -rw-r--r-- | frontend/public/index.html | 17 | ||||
| -rw-r--r-- | frontend/public/race/game.html | 11 | ||||
| -rw-r--r-- | frontend/public/race/index.html | 14 | ||||
| -rw-r--r-- | frontend/public/race/watch.html | 11 |
8 files changed, 1 insertions, 93 deletions
diff --git a/frontend/public/favicon.svg b/frontend/public/favicon.svg new file mode 100644 index 0000000..f2eea0d --- /dev/null +++ b/frontend/public/favicon.svg @@ -0,0 +1 @@ +<?xml version="1.0" encoding="UTF-8"?><svg id="_レイヤー_2" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 18 18"><defs><style>.cls-1{fill:url(#linear-gradient);}.cls-1,.cls-2,.cls-3,.cls-4{stroke-width:0px;}.cls-2{fill:none;}.cls-3{fill:url(#_名称未設定グラデーション_37);}.cls-4{fill:url(#_名称未設定グラデーション_37-2);}</style><linearGradient id="_名称未設定グラデーション_37" x1="4.846" y1="5.685" x2="10.184" y2="13.336" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#f4ea60"/><stop offset=".354" stop-color="#efa66d"/><stop offset="1" stop-color="#e62488"/></linearGradient><linearGradient id="linear-gradient" x1="2.076" y1="19.672" x2="13.391" y2="3.454" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#f0b86a"/><stop offset=".522" stop-color="#e62488"/><stop offset="1" stop-color="#bf25e5"/></linearGradient><linearGradient id="_名称未設定グラデーション_37-2" x1="5.033" y1="5.555" x2="10.371" y2="13.205" xlink:href="#_名称未設定グラデーション_37"/></defs><g id="About"><rect class="cls-2" width="18" height="18"/><path class="cls-3" d="M3.645,13.741c-1.856-.377-1.605-2.545.56-4.842,2.165-2.297,5.425-3.853,7.28-3.476,1.698.345,1.632,2.189-.049,4.26,1.154-1.501,1.162-2.814-.078-3.066-1.399-.284-3.857.889-5.489,2.621-1.633,1.732-1.821,3.367-.422,3.651,1.24.252,3.312-.641,4.903-2.054-2.135,1.978-5.007,3.252-6.705,2.907Z"/><path class="cls-1" d="M15.204,3.165c2.937.597,2.54,4.028-.886,7.663-3.427,3.635-8.585,6.099-11.522,5.502-2.687-.546-2.583-3.465.078-6.742-1.827,2.376-1.839,4.454.123,4.853,2.214.45,6.104-1.407,8.687-4.148,2.584-2.741,2.883-5.328.668-5.778-1.963-.399-5.241,1.015-7.76,3.25,3.378-3.131,7.924-5.146,10.611-4.6Z"/><path class="cls-4" d="M10.267,7.091c1.132.23.979,1.553-.342,2.955-1.321,1.402-3.31,2.351-4.442,2.121-1.036-.211-.996-1.336.03-2.599-.704.916-.709,1.717.048,1.871.854.173,2.353-.543,3.349-1.599.996-1.057,1.111-2.054.258-2.228-.757-.154-2.021.391-2.992,1.253,1.302-1.207,3.055-1.984,4.091-1.774Z"/></g></svg>
\ No newline at end of file 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> diff --git a/frontend/public/index.html b/frontend/public/index.html deleted file mode 100644 index 8101332..0000000 --- a/frontend/public/index.html +++ /dev/null @@ -1,17 +0,0 @@ -<!DOCTYPE html> -<html> - <head> - <title>Albatross.swift</title> - </head> - <body> - <h1>Albatross.swift</h1> - <div> - <div> - <a href="/golf/">ゴルフ</a> - </div> - <div> - <a href="/race/">レース</a> - </div> - </div> - </body> -</html> diff --git a/frontend/public/race/game.html b/frontend/public/race/game.html deleted file mode 100644 index 08810cc..0000000 --- a/frontend/public/race/game.html +++ /dev/null @@ -1,11 +0,0 @@ -<!DOCTYPE html> -<html> - <head> - <title>Race | Albatross.swift</title> - </head> - <body> - <h1>Race</h1> - <div> - </div> - </body> -</html> diff --git a/frontend/public/race/index.html b/frontend/public/race/index.html deleted file mode 100644 index 930f2e7..0000000 --- a/frontend/public/race/index.html +++ /dev/null @@ -1,14 +0,0 @@ -<!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> diff --git a/frontend/public/race/watch.html b/frontend/public/race/watch.html deleted file mode 100644 index 08810cc..0000000 --- a/frontend/public/race/watch.html +++ /dev/null @@ -1,11 +0,0 @@ -<!DOCTYPE html> -<html> - <head> - <title>Race | Albatross.swift</title> - </head> - <body> - <h1>Race</h1> - <div> - </div> - </body> -</html> |
