-
Notifications
You must be signed in to change notification settings - Fork 2
/
link.html
75 lines (59 loc) · 3.06 KB
/
link.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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
<!DOCTYPE html>
<html lang="ja">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-107302562-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-107302562-1');
</script>
<!-- Google Analytics ここまで-->
<!-- いろいろ大事なmeta -->
<meta http-equiv="content-type" charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="攻玉社中学・高校 コンピュータ部 公式サイト">
<meta name="author" content="Kogyokusha-GCC">
<!-- twitter card -->
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="@Kogyokusha_GCC" />
<meta property="og:url" content="https://kogyokusha-gcc.github.io/link.html" />
<meta property="og:title" content="リンク|攻玉社中学・高校 コンピュータ部 公式サイト" />
<meta property="og:description" content="輝玉祭で配布したPCゲームのダウンロードはこちらからどうぞ!" />
<meta property="og:image" content="https://kogyokusha-gcc.github.io/files/dummy-logo3.png" />
<!-- ファビコン指定 -->
<link rel="icon" href="./files/dummy-logo2.jpg" type="img/jpg">
<!-- script.js インクルード -->
<script src="js/script.js"></script>
<script> window.onload = function () { includeBootstrap(); writeNavigationBar(); writeFooter(); } </script>
<!-- Bootstrap インクルード -->
<span id="includeBootstrap_id"></span>
<!-- CSSインクルード -->
<link href="css/style.css" type="text/css" rel="stylesheet" />
<link href="css/navbar-style.css" type="text/css" rel="stylesheet" />
<link href="./css/modern-normalize.css" type="text/css" rel="stylesheet" />
<title>リンク|攻玉社中学・高校 コンピュータ部 - GCC</title>
</head>
<body>
<div class="container-fluid">
<!-- Navigation bar-->
<span id="navMenu"></span>
<h1>リンク</h1>
<ul>
<li>
<a href="http://www.kogyokusha.ed.jp/index.shtml">攻玉社</a>
<br>攻玉社学園の公式サイトです。
</li>
<li>
<a href="https://twitter.com/Kogyokusha_GCC">攻玉社コンピューター部 (@Kogyokusha_GCC)</a>
<br>弊部の公式Twitterです。</li>
<li>
<a href="http://kigyoku.com/">輝玉祭</a>
<br>攻玉社学園の文化祭、『輝玉祭』の公式サイトです。</li>
</ul>
<span id="footer"></span>
</div>
</body>
</html>