Newer
Older
escapegame-2022 / Yoshimiya / door / 13.html
@Yoshimiya Momoka Yoshimiya Momoka on 31 May 2022 549 bytes Add files via upload
<!DOCTYPE html>
<html lang="ja">
<head>
<title>escape color</title>
<link rel="stylesheet" type="text/css" href="door.css">
</head>

<body>
<h1>鮮やかな扉の部屋からの脱出</h1>

<div class="question">

<h2>2つ目の部屋</h2>

<img src="2.jpg" alt="2_1黄.2青.3紫." width="480" height="360">

<ul>
<li><a href="21.html">1 の扉を選ぶ
</a></li>


<li><a href="22.html">2 の扉を選ぶ
</a></li>


<li><a href="23.html">3 の扉を選ぶ
</a></li>


<p><a href="door.html">元の部屋に戻る</a></p>

</div>


</body>
</html>