-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathfooter.html
54 lines (49 loc) · 2.83 KB
/
footer.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
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="utf-8">
<title>PescadoGames | Footer</title>
<meta name="description" content="PescadoGamesのページ用フッター">
<meta name="robots" content="noindex,nofollow">
<meta name="keywords" content="">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link href="https://fonts.googleapis.com/css?family=Alex+Brush%7CNoto+Serif+JP&display=swap" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="assets/styles/reset.css">
<link rel="stylesheet" type="text/css" href="/assets/styles/parts.css">
<link rel="stylesheet" href="assets/styles/footercss.css">
</head>
<body>
<div id="footer">
<div class="footer-r">
<ul class="footer-link">
<li><a href="#">ホーム</a></li>
<li><a href="about">概要</a></li>
<li><a href="service"><span>製品・サービス</span></a></li>
<li><a href="news">お知らせ</a></li>
<li><a href="contact">お問い合わせ</a></li>
</ul>
<ul class="footer-link">
<li><a href="https://twitter.com/PescadoGames">Twitter(PG)</a></li>
<li><a href="https://twitter.com/PescadoGamesBOT">Twitter(PGBOT)</a></li>
<li><a href="https://discord.gg/9HC3wWQSTV"><span>Discord(PG)</span></a></li>
<li><a href="https://discord.gg/Q6nzpQbQRa"><span>Discord(PGBOT)</span></a></li>
</ul>
</div>
<div class="footer-l">
<section class="footer-contact">
<div class="footer-contact-area">
<h2>PescadoGames</h2>
<a href="/cdn-cgi/l/email-protection#6e1e0b1d0d0f0a01090f030b1d010808070d070f022e09030f0702400d0103"><span class="__cf_email__" data-cfemail="f58590869694919a92949890869a93939c969c9499b59298949c99db969a98">[email protected]</span></a>
<p>メール受付時間:何時でもOK!<br>(返答まで時間がかかる場合があります)</p>
</div>
</section>
<footer id="copyright">
<small>© PescadoGames & UgokuWebDesign All right reserved.</small>
<small>このサイトは、<a href="https://coco-factory.jp/ugokuweb/">動くWebデザインアイディア帳</a>様の<a href="https://coco-factory.jp/ugokuweb/wp-content/themes/ugokuweb/data/1-9/1-9.html">サイトテンプレート1-9</a>を基に作成されました。</small>
</footer>
</div>
<div id="page-top"><a href="#"><span></span></a></div>
</div>
<script data-cfasync="false" src="https://www.pescadogames.com/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script>
</body>
</html>