-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
52 lines (51 loc) · 2.21 KB
/
contact.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
<html>
<head>
<title>お問い合わせ | Micro Connect</title>
<link rel="icon" type="image/x-icon" href="images/mclogocc2.png">
<link rel="stylesheet" href="css/header.css">
<link rel="stylesheet" href="css/footer.css">
<link rel="stylesheet" href="css/theme1.css">
<meta name="viewport" content="initial-scale=1">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-PWGF1T4M7H"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-PWGF1T4M7H');
</script>
</head>
<body>
<header id="hdjs">
<nav class="hd">
<ul class="menu">
<li><img src="images/mclogocc2.png" width="50" height="50"></img></li>
<li><a href="index.html">TOP</a></li>
<li><a href="terms.html">利用規約等</a></li>
<li><a href="staff.html">スタッフ</a></li>
<li><a href="contact.html">お問い合わせ</a></li>
<li><a href="https://discord.gg/DEf28epDQJ" target="_blank">Discord</a></li>
<li><a href="https://twitter.com/pnrmicroconnect/" target="_blank">Twitter</a></li>
<li><a href="https://youtube.com/channel/UCKnxqK60oGVlPscRN9YQliw/" target="_blank">YouTube</a></li>
</ul>
</nav>
</header>
<iframe src="https://docs.google.com/forms/d/e/1FAIpQLSecm3GYeX8IZ1CC2YHVpMan0qaAYynXxLEQZpGxqzNzyevbhw/viewform" width="1000" height="800"></iframe>
<footer id="ftjs">
<nav class="ft">
<ul class="ftmn">
<li><img src="images/mclogocc2.png" width="50" height="50"></img></li>
<li><a href="terms.html">利用規約等</a></li>
<li><a href="contact.html">お問い合わせ</a></li>
<div style="margin-left:auto;">
<a href="https://discord.gg/DEf28epDQJ" target="_blank"><img src="https://discord.com/assets/a69bd473fc9eb435cf791b8beaf29e93.png" width="180" height="50"></img></a>
</div>
</ul>
</nav>
</footer>
<!-- CommonComponent -->
<script src="js/header.js"></script>
<script src="js/footer.js"></script>
<!-- CommonComponentEnd -->
</body>
</html>