-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththx.html
59 lines (43 loc) · 1.53 KB
/
thx.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
56
57
58
59
<!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">
<a href="https://mioyuki.github.io/Alfa-yoyogi-39/"><img src="assets/img/tlogo.png" class="rogo"
alt="YOYOGI39"></a>
<div class="hr"></div>
</div>
<div id="text">
<span class="thx">
<div class="thxtext">雛形メッセージ</div>
<h4><a href="" class="btn-flat-border">雛形ボタン</a></h4>
</span>
<span class="thx">
<div class="thxtext">雛形メッセージ</div>
<h4><a href="" class="btn-flat-border">雛形ボタン</a></h4>
</span>
</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>