Newer
Older
2025-shino / index.html
<!DOCTYPE html>
<html lang="ja">
<head>
  <meta charset="UTF-8" />
  <title>グループ選択</title>
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <link rel="stylesheet" href="style.css">
</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>