-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
61 lines (61 loc) · 2.41 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
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>315 Production</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Zen+Old+Mincho&display=swap" rel="stylesheet">
<link rel="icon" type="image/png" sizes="96x96" href="https://315.productions/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="32x32" href="https://315.productions/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="https://315.productions/favicon-16x16.png">
<link rel="icon" href="https://315.productions/favicon.ico" type="image/x-icon">
<link rel="canonical" href="https://315.productions/">
<meta property="og:title" content="315 Production">
<meta property="og:type" content="website">
<meta property="og:url" content="https://315.productions/">
<meta property="og:description" content="これはすべて公式が悪い。">
<meta property="og:locale" content="ja">
<meta property="og:site_name" content="315 Production">
<meta property="og:image" content="https://315.productions/315.png">
<meta property="og:image:width" content="180">
<meta property="og:image:height" content="180">
<meta name="twitter:title" content="315 Production">
<meta name="twitter:description" content="これはすべて公式が悪い。">
<meta name="twitter:card" content="summary_image">
<meta name="twitter:site" content="item4">
<meta name="twitter:image" content="https://315.productions/315.png">
<meta name="author" content="item4">
<meta name="description" content="これはすべて公式が悪い。">
<meta name="referrer" content="always">
<style>
body {
background: #e7f7f4;
bottom: 0;
color: #555;
display: flex;
left: 0;
position: absolute;
right: 0;
top: 0;
}
main {
background: #fff7;
border-radius: 2.5rem;
margin: auto;
padding: 1rem 2rem;
}
main p {
font-family: 'Zen Old Mincho', serif;
font-size: 2.5rem;
}
</style>
</head>
<body>
<main>
<p lang='ja'><ruby>プロデューサー<rp>(</rp><rt>FAN</rt><rp>)</rp></ruby>たちは何らかの<ruby>理由<rp>(</rp><rt>ワケ</rt><rp>)</rp></ruby>があっても<ruby>担当アイドル<rp>(</rp><rt>315 Production</rt><rp>)</rp></ruby>たちを大切にしてくれた。</p>
<p lang='ja'>これはすべて<strong>公式が悪い</strong>。</p>
</main>
</body>
</html>