Newer
Older
escapegame-2022 / Yoshimiya / door / door.html
@Yoshimiya Momoka Yoshimiya Momoka on 31 May 2022 646 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="memo">

<p>気がつくと、僕は3色の扉しかない部屋にいた。</p>
<p>ここから脱出しなければ...</p>

</div>

<hr>

<div class="question">

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

<img src="1.jpg" alt="1_1赤.2緑.3青." width="480" height="360">

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


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


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


</div>


</body>
</html>