-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
56 lines (52 loc) · 2.99 KB
/
index.html
File metadata and controls
56 lines (52 loc) · 2.99 KB
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
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<link rel="alternate" hreflang="ja" href="https://www.hima-server.com/">
<title>暇人鯖</title>
<meta name="description" content="暇人鯖のホームページです">
<meta name="keywords" content="暇人鯖,discord,minecraft">
<meta name="theme-color" content="#ffff00">
<meta property="og:title" content="暇人鯖">
<meta property="og:description" content="暇人鯖のホームページです">
<meta property="og:image" content="https://www.hima-server.com/img/logo.png">
<meta property="og:url" content="https://www.hima-server.com">
<meta property="og:type" content="website">
<meta property="og:site_name" content="暇人鯖">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="暇人鯖">
<meta name="twitter:description" content="暇人鯖のホームページです">
<meta name="twitter:image" content="https://www.hima-server.com/img/logo.png">
<meta name="twitter:url" content="https://www.hima-server.com">
<meta name="twitter:site" content="@hima_discord">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0">
<link rel="apple-touch-icon" sizes="2048x2048" href="https://www.hima-server.com/img/icon.png">
<link rel="stylesheet" href="/style.css" type="text/css">
</head>
<body>
<div id="pagetop"></div>
<div class="main-content">
<h3 id="is-javascript-enabled">このメッセージが消えずに表示されている場合、ページが正しく表示されていません。JavaScriptを有効にしてください。</h3>
<h1>暇人鯖</h1>
<h3>雑談からVC、ゲームまで色々活発な楽しい鯖!</h3>
<img src="/img/banner.gif" title="banner" alt="banner">
<h2>参加しよう!</h2>
<p>
暇人鯖はただの雑談だけではなく、様々なゲーム、イベントで盛り上がれる楽しい鯖!年中暇してるそこの君、参加して充実したDiscordライフを送ろう!
</p>
<h2>みんなと会話してみよう!</h2>
<p>
最初はあいさつからしてみよう!メイン雑談で「よろしく!」のように元気にあいさつ!雑談のネタがないときは「暇~」と言ってみると誰かが来て話題を切り出してくれるぞ!もし切り出してくれなくても無駄なことで駄弁ったりするのでも全然OK!
</p>
<h2>マイクラ鯖に参加してみよう!</h2>
<p>
暇人鯖の一大サービスのマイクラ鯖に参加してみよう!Java版と統合版(BE)の両方に対応しているぞ!Switchでも参加可能!!
</p>
<a id="join-discord" target="_blank">
<button class="maxwidth">Discordに参加</button>
</a>
</div>
<script src="/scripts/functions.js"></script>
<script src="/scripts/script.js"></script>
</body>
</html>