Newer
Older
escapegame-2022 / Komatsu / VRrenshu2 / cgg.html
@Komatsu Yu Komatsu Yu on 26 Jul 2022 690 bytes Add files via upload
<!DOCTYPE html>
<html lang="ja">
<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>脱出ゲーム</title>
    <link rel="stylesheet" href="style.css">
</head>
<body>
    <h1 style="color: gold; text-align: center; background-color: black;">脱出成功!</h1>
    <div style="background-color: rgba(118, 252, 118, 0.404); margin:2em;">
        <h2 style="color: rgb(255, 72, 0); text-align: center;">ヒント1 いんこ</h2>
        <p style="text-align: center;"><a href="vrtest2.html">VRに戻る</a></p>
    </div>
    

</body>
</html>