Newer
Older
escapegame-2022 / S1teamkadai / white-red-black.html
@Yuto Togashi Yuto Togashi on 17 Jul 2022 1 KB add page of room
<!DOCTYPE html>
<html lang="ja">
<head>
    <title>3つ目の部屋|鮮やかな扉の部屋からの脱出</title>
    <link rel="stylesheet" type="text/css" href="door.css">
</head>
 
<body>
<h1>鮮やかな扉の部屋からの脱出</h1>

<div class="question">
    <h2>3つ目の部屋</h2>
    <!-- Image Map Generated by http://www.image-map.net/ -->
    <img src="clickable4.jpg" alt="1.白.2赤.3黒" usemap="#image-map">
    <map name="image-map">
        <area target="" alt="扉1" title="扉1" href="escape-success.html" coords="104,112,3,60,3,343,103,273" shape="poly">
        <area target="" alt="扉2" title="扉2" href="dead-end3.html" coords="215,135,265,241" shape="rect">
        <area target="" alt="扉3" title="扉3" href="dead-end-nazo3.html" coords="375,112,479,57,478,339,375,271" shape="poly">
    </map>
    <p class="center"><a href="yellow-blue-purple.html">前の部屋に戻る</a></p>
</div>

<p class="center">&copy; 2022 東北公益文科大学 情報システムa/b 脱出ゲーム班</p>

</body>
</html>