aboutsummaryrefslogtreecommitdiffhomepage
path: root/frontend/public/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/public/index.html')
-rw-r--r--frontend/public/index.html17
1 files changed, 17 insertions, 0 deletions
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 @@
+<!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>