From df5abfc272a151c51f0e5e82214cf7aff8cfa880 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Fri, 19 Jul 2024 19:05:55 +0900 Subject: initial commit --- frontend/public/golf/game.html | 11 +++++++++++ frontend/public/golf/index.html | 18 ++++++++++++++++++ frontend/public/golf/watch.html | 11 +++++++++++ frontend/public/index.html | 17 +++++++++++++++++ frontend/public/race/game.html | 11 +++++++++++ frontend/public/race/index.html | 14 ++++++++++++++ frontend/public/race/watch.html | 11 +++++++++++ 7 files changed, 93 insertions(+) create mode 100644 frontend/public/golf/game.html create mode 100644 frontend/public/golf/index.html create mode 100644 frontend/public/golf/watch.html create mode 100644 frontend/public/index.html create mode 100644 frontend/public/race/game.html create mode 100644 frontend/public/race/index.html create mode 100644 frontend/public/race/watch.html (limited to 'frontend/public') diff --git a/frontend/public/golf/game.html b/frontend/public/golf/game.html new file mode 100644 index 0000000..bbe949f --- /dev/null +++ b/frontend/public/golf/game.html @@ -0,0 +1,11 @@ + + + + Golf | Albatross.swift + + +

Golf

+
+ + + 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 @@ + + + + Golf | Albatross.swift + + +

Golf

+
+
+ + +
+
+ +
+
+ + diff --git a/frontend/public/golf/watch.html b/frontend/public/golf/watch.html new file mode 100644 index 0000000..6ab7699 --- /dev/null +++ b/frontend/public/golf/watch.html @@ -0,0 +1,11 @@ + + + + Golf | Albatross.swift + + +

Golf

+
+ + + diff --git a/frontend/public/index.html b/frontend/public/index.html new file mode 100644 index 0000000..8101332 --- /dev/null +++ b/frontend/public/index.html @@ -0,0 +1,17 @@ + + + + Albatross.swift + + +

Albatross.swift

+
+
+ ゴルフ +
+
+ レース +
+
+ + diff --git a/frontend/public/race/game.html b/frontend/public/race/game.html new file mode 100644 index 0000000..08810cc --- /dev/null +++ b/frontend/public/race/game.html @@ -0,0 +1,11 @@ + + + + Race | Albatross.swift + + +

Race

+
+
+ + diff --git a/frontend/public/race/index.html b/frontend/public/race/index.html new file mode 100644 index 0000000..930f2e7 --- /dev/null +++ b/frontend/public/race/index.html @@ -0,0 +1,14 @@ + + + + Race | Albatross.swift + + +

Race

+
+ + + +
+ + diff --git a/frontend/public/race/watch.html b/frontend/public/race/watch.html new file mode 100644 index 0000000..08810cc --- /dev/null +++ b/frontend/public/race/watch.html @@ -0,0 +1,11 @@ + + + + Race | Albatross.swift + + +

Race

+
+
+ + -- cgit v1.2.3-70-g09d2