-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
69 lines (47 loc) · 2.97 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta name="thumbnail" content="https://yprogbest.github.io/img/YProg.png">
<meta name="description" content="YProgのホームページに関するお問い合わせはこちらからお願いします."/>
<title>お問い合わせ-YProg-</title>
<link rel="shortcut icon" href="https://yprogbest.github.io/img/favicon.ico"/>
<link rel="shortcut icon" type="image/x-icon" href="https://yprogbest.github.io/img/favicon.ico"/>
<link rel="apple-touch-icon" href="https://yprogbest.github.io/img/YProg.png" sizes="180x180">
<link rel="icon" type="image/png" href="https://yprogbest.github.io/img/YProg.png" sizes="192x192">
<link rel="stylesheet" href="https://yprogbest.github.io/styles.css">
<script defer src="https://yprogbest.github.io/script.js"></script>
<!-- jQueryのインストール箇所の開始 -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.3/jquery.min.js"></script>
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/alfrcr/paginathing/dist/paginathing.min.js"></script>
<!-- jQueryのインストール箇所の終了 -->
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-M6PDSB3');</script>
<!-- End Google Tag Manager -->
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-M6PDSB3"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<!-- header -->
<div id="header"></div>
<main>
<!-- スポンサーリンク -->
<div id="sponsored-link"></div>
<!-- Googleを用いた検索フォーム -->
<div class="gcse-searchbox-only"></div>
<h1>お問い合わせ</h1>
<!-- Googleフォームの表示 -->
<iframe class="google-form lazyload" data-src="https://docs.google.com/forms/d/e/1FAIpQLSeMKwYzo84Z6_racA_v15WbZMpEykB7B8yuF2-WEgS01BYJJw/viewform?embedded=true" width="640" height="980" marginheight="0" marginwidth="0" scrolling="no" frameborder="no">読み込んでいます…</iframe>
<button type="button" class="btn-scroll" aria-label="スクロールボタン" onclick="scrollArticle(event)"><img class="scrollImg lazyload" data-src="https://yprogbest.github.io/img/computer_cursor_arrow_black.png" alt="スクロールボタン用の画像"></button>
</main>
<!-- footer -->
<div id="footer"></div>
</body>
</html>