aboutsummaryrefslogtreecommitdiffhomepage
path: root/frontend/public/index.html
blob: 81013327f6c7b55142bdb0a0e6184e7b067d56f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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>