-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcorrect.html
More file actions
36 lines (30 loc) · 972 Bytes
/
correct.html
File metadata and controls
36 lines (30 loc) · 972 Bytes
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
<!DOCTYPE html>
<html>
<!--タイトル-->
<head>
<meta charset="UTF-8">
<title>iTLFest.2024 パンフレット訂正一覧</title>
<meta name=”robots” content=”noindex”>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/style.css">
<link rel="icon" href="/favicon.ico" id="favicon">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon-180x180.png">
</head>
<!--本文-->
<!--ヘッダー情報-->
<body>
<div class="wrapper">
<main>
<header class="header">
<img class="logo" src="img/fest_logo_2024_light.png">
<h1>iTLFest.2024にご来場いただきありがとうございます</h1>
</header>
<h2>パンフレット訂正一覧</h2>
<h1>現状なし</h1>
<!--コピーライト いじらない-->
<p>©iTLFest.実行委員会 All rights reserved.</p>
</div>
</footer>
</div>
</body>
</html>