Newer
Older
escapegame-2022 / Yoshimiya / door / 21.html
@Yoshimiya Momoka Yoshimiya Momoka on 31 May 2022 604 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>3つ目の部屋</h2>

<img src="4.jpg" alt="3_1白.2赤.3黒." width="480" height="360">

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


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


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


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

<p><a href="door.html">最初からやり直す</a></p>

</div>


</body>
</html>