Newer
Older
2025-shino / index.html
<!DOCTYPE html>
<html lang="ja">
<head>
  <meta charset="UTF-8" />
  <title>待ち合わせmap</title>
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <link rel="stylesheet" href="style.css">

  <!-- ▼ favicon(ハムスター) -->
  <link rel="icon" type="image/png"
    href="https://www.yatex.org/gitbucket/KoekiGameDesign/2025-shino/raw/40090c17567c3d3a452181432db7315951a59407/hamster.png">
</head>

<body class="index-page fadeIn">
  <div class="index-container fadeInUp">
    <h1 class="title">位置共有マップ</h1>

    <button onclick="location.href='create_group.html'" class="start-btn">
      新しくグループを作る
    </button>

    <button onclick="location.href='join_group.html'" class="start-btn" style="margin-top:15px;">
      グループに参加する
    </button>
  </div>
</body>
</html>