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
/
template.html
60 lines (54 loc) · 1.93 KB
/
template.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
<!DOCTYPE html>
<html lang="ja">
<head id="head">
<!-- ページの内容 -->
<title>ページのタイトル</title>
<meta name="description" content="VCborn公式サイト" />
<!-- OGPタグ用 -->
<meta property="og:url" content="ページのURL" />
<meta property="og:title" content="ページのタイトル" />
<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" />
<!-- GooogleAdsense -->
<script
async
src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-1336300432888389"
crossorigin="anonymous"
></script>
<!-- GoogleAnalytics-->
<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="">
<section id="h2-title">
<div id="particles-js"></div>
<h2><span>NEWS</span><span>お知らせ一覧</span></h2>
</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>