-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
40 lines (36 loc) · 1.72 KB
/
index.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
<!DOCTYPE html>
<html lang="ja">
<head>
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="0" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="UTF-8">
<title>ありがとう</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="share.css">
<!-- Open Graph メタタグ -->
<meta property="og:title" content="ありがとう" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://thanksyou.cc" />
<meta property="og:image" content="https://media.discordapp.net/attachments/1092295569034203198/1220098536520028273/IMG_5896.png" />
<meta property="og:description" content="日頃の感謝を大切に。" />
<meta property="og:site_name" content="ありがとうを伝えよう" />
<!-- Twitter Cards メタタグ -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@freewifi_tech" />
<meta name="twitter:title" content="ありがとう" />
<meta name="twitter:description" content="日頃の感謝を大切に。" />
<meta name="twitter:image" content="https://media.discordapp.net/attachments/1092295569034203198/1220098536520028273/IMG_5896.png" />
</head>
<body>
<div class="thank-you">ありがとう</div>
<div id="shareButtons">
<button id="twitterShare">Twitterで共有</button>
<button id="lineShare">LINEで共有</button>
<button id="copyUrl">URLをコピー</button>
</div>
<script src="share.js"></script>
<script src="script.js"></script>
</body>
</html>