-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththankyou.html
109 lines (100 loc) · 4.5 KB
/
thankyou.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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
<!DOCTYPE html>
<html lang="ja">
<head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# article: http://ogp.me/ns/article#">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width" initial-scale="1.0">
<meta name="format-detection" content="telephone=no">
<title>ThankYou | PescadoGamesBOT</title>
<meta property="og:title" content="PescadoGamesBOT | ThankYou" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://bot.pescadogames.com/thankyou.html" />
<meta property="og:image" content="/assets/icons/PGBOT.png" />
<meta property="og:image" content="/assets/icons/PGBOT.png")
<meta property="og:locale" content="ja_JP">
<link rel="icon" type="image/x-icon" href="/favicon.ico">
<link rel="icon" type="image/vnd.microsoft.icon" href="/favicon.ico">
<link rel="stylesheet" href="/assets/styles/style.css">
<!-- 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-KGVHZTK');</script>
<!-- End Google Tag Manager -->
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-KGVHZTK"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<!-- ヘッダー -->
<header>
<!--▽▽ヘッダーロゴ▽▽-->
<div class="logo">
<img src="assets/icons/NewLogo_Transparent_56x56.webp" alt="Logo">
</div>
<!--△△ヘッダーロゴ△△-->
<!--▽▽ハンバーガーメニュー▽▽-->
<div id="hamburger">
<div class="icon">
<span></span>
<span></span>
<span></span>
</div>
</div>
<!--△△ハンバーガーメニュー△△-->
<!--▽▽ハンバーガーメニューのリスト▽▽-->
<nav class="sm">
<ul>
<li><a href="index">HOME</a></li>
<li><a href="global">GLOBAL</a></li>
<li><a href="update">UPDATE</a></li>
<li><a href="contributor">Contributor</a></li>
<li><a href="https://www.pescadogames.com/">PescadoGames</a></li>
</ul>
</nav>
<!--△△ハンバーガーメニューのリスト△△-->
<!--▽▽ヘッダーリスト▽▽-->
<nav class="pc"> <!--pcクラスを追記-->
<ul>
<li><a href="index">HOME</a></li>
<li><a href="global">GLOBAL</a></li>
<li><a href="update">UPDATE</a></li>
<li><a href="contributor">Contributor</a></li>
<li><a href="https://www.pescadogames.com/">PescadoGames</a></li>
</ul>
</nav>
<!--△△ヘッダーリスト△△-->
</header>
<div class="center">
<div class="kiyaku">
<h1 class="midasi">PescadoGamesBOTを導入していただきありがとうございます!!!!<br></h1>
<h2>導入後にサポートが必要な場合はPescadoGames公式サーバーの雑談1か雑談2にてお問い合わせください!<br></h2>
<h2 class="point">利用の際のプレフィックスはpg!です!詳しいコマンドはpg!helpと入力してください</h2>
</div>
</div>
<div class="center">
<h2>サポートサーバは</h2>
<a href="https://discord.gg/4MXs5W6q8Z">こちら</a>
</div>
<div class="center">
<iframe src="https://discord.com/widget?id=831933512054603776&theme=dark" width="350" height="500" allowtransparency="true" frameborder="0" sandbox="allow-popups allow-popups-to-escape-sandbox allow-same-origin allow-scripts"></iframe>
</div>
<div class="center">
<img src="assets/icons/NewLogo_Transparent_1040x1038.webp" alt="PescadoGames" width="10%" height="10%">
<div class="center">
<span class="copyright">copyright(c)2019-2022 PescadoGames All right reserved</span>
</div>
</div>
<script type="text/javascript" src="/assets/js/script.js" defer></script>
<script src="https://code.jquery.com/jquery-3.6.0.js"></script> <!-- jQueryのファイルの読み込み -->
<script src="/assets/js/fonts.js" async></script>
<script>
$('#hamburger').on('click', function() {
$('.icon').toggleClass('close');
$('.sm').slideToggle();
});
</script>
</body>
</html>