-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
125 lines (125 loc) · 5.05 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
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
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<meta http-equiv="Refresh" content="20;URL=https://lounge.dmm.com/">
<title>Synapse(シナプス) - オンラインサロン・プラットフォーム</title>
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta property="og:title" content="「Synapse」サービス終了のお知らせ">
<meta property="og:type" content="article">
<meta property="og:image" content="https://synapseam.github.io/icons/ogp.png">
<meta property="og:url" content="https://synapseam.github.io">
<meta property="og:site_name" content="Synapse(シナプス) - オンラインサロン・プラットフォーム">
<meta property="og:description" content="平素より「Synapse」にてオンラインサロン・プラットフォームをご利用いただき、誠にありがとうございました。">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@synapse_am">
<meta name="twitter:title" content="「Synapse」サービス終了のお知らせ">
<meta name="twitter:description" content="平素より「Synapse」にてオンラインサロン・プラットフォームをご利用いただき、誠にありがとうございました。">
<meta name="twitter:image:src" content="https://synapseam.github.io/icons/ogp.png">
<meta name="twitter:url" content="https://synapseam.github.io">
<meta name="description" content="平素より「Synapse」にてオンラインサロン・プラットフォームをご利用いただき、誠にありがとうございました。">
<link rel="apple-touch-icon" sizes="76x76" href="icons/apple-touch-icon--76x76.png">
<link rel="apple-touch-icon" sizes="120x120" href="icons/apple-touch-icon--120x120.png">
<link rel="apple-touch-icon" sizes="152x152" href="icons/apple-touch-icon--152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="icons/apple-touch-icon--180x180.png">
<link rel="icon" type="image/vnd.microsoft.icon" href="icons/favicon--16x16.ico" sizes="16x16">
<link rel="icon" type="image/vnd.microsoft.icon" href="icons/favicon--32x32.ico" sizes="32x32">
<link rel="icon" type="image/vnd.microsoft.icon" href="icons/favicon--48x48.ico" sizes="48x48">
<link rel="icon" type="image/vnd.microsoft.icon" href="icons/favicon--64x64.ico" sizes="64x64">
<link rel="icon" type="image/vnd.microsoft.icon" href="icons/favicon--128x128.ico" sizes="128x128">
<link rel="canonical" href="https://synapseam.github.io/" id="canonical">
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
html, body, .container {
height: 100%;
background: #32bea6;
overscroll-behavior: none;
}
.container {
width: 80%;
height: auto;
min-height: 100%;
margin: 0 auto;
padding: 16px;
background: #ffffff;
}
h1 {
padding: 16px;
text-align: center;
font-size: 3.75vw;
}
p {
margin: 16px 0;
text-indent: 16px;
}
.thankyou_synapse_wrapper {
width: 100%;
}
.thankyou_synapse {
width: 100%;
padding-top: 75%;
background: url("./thankyou_synapse.png") 0 0 no-repeat;
background-size: contain;
}
@media(min-width: 644px) {
p, aside {
max-width: 600px;
margin-left: auto;
margin-right: auto;
}
.thankyou_synapse_wrapper {
width: 484px;
margin: 0 auto;
}
}
@media(min-width: 800px) {
h1 {
font-size: 30px;
}
}
@media(max-width: 640px) {
h1 {
font-size: 24px;
}
}
</style>
</head>
<body>
<div class="container">
<main>
<h1>「Synapse」サービス終了のお知らせ</h1>
<p>平素より「Synapse」にてオンラインサロン・プラットフォームをご利用いただき、誠にありがとうございました。</p>
<p>このたび「Synapse」は、 2019年2月26日(火)13:00 を以て、サービスを終了させていただきます。長年にわたりご愛顧いただきましたお客様に、心より感謝申し上げます。</p>
</main>
<aside>このページは20秒後に、<a href="https://lounge.dmm.com/">DMM オンラインサロン</a>にリダイレクトします。</aside>
<div class="thankyou_synapse_wrapper">
<div class="thankyou_synapse"></div>
</div>
</div>
<script src="https://unpkg.com/[email protected]/konami.js"></script>
<script>
'use strict';
if (location.href !== 'https://synapseam.github.io/') {
location.replace('https://synapseam.github.io/');
} else {
var element = document.getElementById('canonical');
if (element) {
element.parentNode.removeChild(element);
}
}
var konami = new Konami(function () {
var urls = [
'https://themint.jp/',
'https://www.facebook.com/tamuken',
'https://twitter.com/tamuken',
];
var url = urls[Math.floor(Math.random() * urls.length)];
location.href = url;
});
</script>
</body>
</html>