<!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>
<p class="desc">グループ名とユーザー名を入力してください</p>
<form action="map4.html" method="get" class="form-area">
<input type="text" name="group" placeholder="グループ名" required />
<input type="text" name="user" placeholder="ユーザー名" required />
<button type="submit" class="start-btn">参加する</button>
</form>
</div>
</body>
</html>