-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfinal.html
55 lines (41 loc) · 1.43 KB
/
final.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<!DOCTYPE html>
<html lang="ja">
<head>
<title>脱出成功! | ProjectN</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="shortcut icon" href="assets/img/favicon.ico">
<link rel="stylesheet" href="assets/css/style.css">
</head>
<body>
<div id="all">
<div id="title">
<img src="assets/img/tlogo.png" class="rogo" alt="YOYOGI39"></a>
<div class="hr"></div>
</div>
<div id="text">
<h2>脱出成功!</h2>
<h3>
暴走したAIに勝利した!<br />
最後のロックを解き、<br />
無事スマートフォンから脱出することが出来た!<br /><br />
</h3>
<h3><a href="end.html" class="btn-flat-border">その後……?</a></h3>
</div>
<div id="cr">
<div class="hr Mrem2"></div>
授業主催: N・S高<br />
協力:株式会社SCRAP<br />
企画制作:N・S高生<br />
<br />
「リアル脱出ゲーム」は株式会社SCRAPの登録商標です。
<br /><br />
株式会社SCRAPとN・S高で実施した授業「リアル脱出ゲームの作り方」の一環で<br />
生徒が制作したものであり、<br />
SCRAPが主催/公認するものではありません。
<div class="hr Mrem2"></div>
© 2021 YOYOGI39
</div>
</div>
</body>
</html>