-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathlinks.html
More file actions
65 lines (56 loc) · 2.05 KB
/
links.html
File metadata and controls
65 lines (56 loc) · 2.05 KB
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
60
61
62
63
64
65
<!DOCTYPE html>
<html>
<!--タイトル-->
<head>
<meta charset="UTF-8">
<title>中央大学 iTLFest.-公式SNS一覧</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="stylesheet" href="css/links.css">
<link rel="icon" href="/favicon.ico" id="favicon">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon-180x180.png">
<link href="css/lightbox.css" rel="stylesheet">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js"></script>
</head>
<!--本文-->
<!--ヘッダー情報-->
<body>
<div class="wrapper">
<main>
<header class="header">
<img class="logo" src="img/fest_logo_.png">
<p>2024年度は11月2日,11月3日の2日間に渡り、中央大学市ヶ谷田町キャンパスで開催!!!</p>
<nav class="nav">
</nav>
</header>
<!--<h1>準備中</h1>
<p>このページはただいま準備中です。<br>公開までいましばらくお待ち下さい。</p>-->
<br>
<h2>iTLFest.公式SNS</h2>
<div class="honbun">
<table>
<tr>
<td><a href="https://www.itlfest.com" target="_blank"><img src="img/homepage-icon.png" width="70" height="70"></a></td>
<td><a href="https://twitter.com/festival_itl" target="_blank"><img src="img/x_logo.png" width="60" height="60"></a></td>
<td><a href="https://www.instagram.com/itlfest_2024/?hl=ja" target="_blank"><img src="img/instagram_logo.png"width="60" height="60" alt="Instagram"></a></td>
</tr>
<tr>
<td>Homepage</td>
<td>X(Twitter)</td>
<td>Instagram</td>
</tr>
</table>
<p class="honbun">
広報部門員が情報を発信します!
</p>
</div>
</main>
<footer>
<!--コピーライト いじらない-->
<p>©iTLFest.実行委員会 All rights reserved.</p>
</div>
</footer>
</div>
</body>
</html>