This repository has been archived by the owner on Aug 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
403.html
59 lines (50 loc) · 2.21 KB
/
403.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
<!DOCTYPE html>
<html lang="ja">
<head id="head">
<!-- ページの内容 -->
<title>403 Forbidden | VCborn</title>
<meta name="description" content="VCborn公式サイト">
<!-- OGPタグ用 -->
<meta property="og:url" content="https://vcborn.com/403.html" />
<meta property="og:title" content="403 Forbidden | VCborn" />
<meta property="og:type" content="website">
<meta property="og:description" content="VCborn公式サイト">
<meta property="og:image" content="https://vcborn.com/images/jpg/ogp.jpg" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@vcborn_support" />
<meta property="og:site_name" content="VCborn" />
<meta property="og:locale" content="ja_JP" />
<meta charset="utf-8"/>
<meta http-equiv="refresh" content=" 20; url=/">
<!-- GooogleAdsense -->
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-1336300432888389"
crossorigin="anonymous"></script>
<!-- GoogleAnalytics-->
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-8GC99E31DE"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-8GC99E31DE');
</script>
</head>
<body>
<header id="header"></header>
<main id="NotFound">
<section id="h2-title">
<div id="particles-js"></div>
</section>
<section id="notfound-inner">
<h3 id="headline">403 Forbidden</h2>
<p id="text">おっと。この世界の果てに到着したようです。アクセス制限がかけられていませんか?この世がリセットされるまで待ってみてはどうでしょうか? </p>
<a href="/"><p><i class="fas fa-home fa-2x"></i></p></a>
</section>
</main>
<footer id="footer"></footer>
<!-- リンク読み込み -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/tsparticles/1.33.3/tsparticles.slim.min.js"></script> <!-- particles.js -->
<script src="/js/script.js"></script>
<script src="/include.js"></script><!-- 共通化用 -->
</body>
</html>