-
Notifications
You must be signed in to change notification settings - Fork 2
/
inquiry.html
68 lines (53 loc) · 2.89 KB
/
inquiry.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
<!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">
<!-- ファビコン指定 -->
<link rel="icon" href="./files/dummy-logo2.jpg" type="img/jpg">
<!-- 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/inquiry.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" />
<!-- 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>
<!-- Navigation bar-->
<span id="navMenu"></span>
<div class="container-fluid">
<!-- 本文ここから -->
<div class="row">
<h1 id="header">お問い合わせ</h1>
<img class="img-responsive" src="./files/m.png" style="cursor:pointer" onclick="d='m';for(i=0;i=(9+i)%26;)d+='ml:[email protected]'[i];location=d"/>
<!-- メールアドレスの暗号化:https://www.wizforest.com/tech/hideadr/ を使用-->
<!-- footer -->
<span id="footer"></span>
</div>
</div>
</body>
</html>