Newer
Older
escapegame-2022 / S1teamkadai / home.html
@Yuto Togashi Yuto Togashi on 17 Jul 2022 1 KB add copyright
<!DOCTYPE html>
<html lang="ja">
<head>
    <title>鮮やかな扉の部屋からの脱出</title>
    <link rel="stylesheet" type="text/css" href="door.css">
</head>
 
<body>
<h1>鮮やかな扉の部屋からの脱出</h1>
<div class="memo">
    <p class="center">気がつくと、私は3つの扉しかない部屋にいた。</p>
    <p class="center">ここから脱出しなければ...</p>
</div>

<hr>

<div class="question">
    <h2>1つ目の部屋</h2>
    <!-- Image Map Generated by http://www.image-map.net/ -->
    <img src="clickable1.jpg" usemap="#image-map">
    <map name="image-map">
        <area target="" alt="扉1" title="扉1" href="https://www.yatex.org/gitbucket/SKIP/escapegame-2022/pages/S1teamkadai/VR.html" coords="104,112,3,60,3,343,103,273" shape="poly">
        <area target="" alt="扉2" title="扉2" href="https://www.yatex.org/gitbucket/SKIP/escapegame-2022/pages/yuto/game/AR.html" coords="215,135,265,241" shape="rect">
        <area target="" alt="扉3" title="扉3" href="https://www.yatex.org/gitbucket/SKIP/escapegame-2022/pages/S1teamkadai/hogehoge.html" coords="375,112,479,57,478,339,375,271" shape="poly">
    </map>
    <div id="judge_fin"> </div>
</div>
<p class="center">&copy; 2022 東北公益文科大学 情報システムa/b 脱出ゲーム班</p>
</body>
</html>