This repository has been archived by the owner on Sep 4, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
36 lines (36 loc) · 2.18 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="referrer" content="origin" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="preconnect" href="https://cdn.jsdelivr.net" />
<link rel="stylesheet" type="text/css" href="index.css" />
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
<title>ウズシカ鯖</title>
</head>
<body>
<main>
<section>
<h1>
<img src="./assets/server-icon.jpg" alt="server-icon">
<p style="font-size: 1.8rem;">ウズシカ鯖</p>
</h1>
<ul style="margin-bottom: 1rem;">
<li>Java版/統合版でサバイバルなどが楽しめる24時間稼働の生活サーバーです!</li>
<li>Minecraft Java版 バージョン 1.21.1</li>
<li>詳しい参加方法/ルールは <a href="https://discord.gg/N6gADVxcyp">Discordサーバー</a> を参照✨️</li>
<li>X (Twitter): <a href="https://x.com/uzsk_minecraft">@uzsk_minecraft</a></li>
<li>Discord: <a href="https://discord.gg/N6gADVxcyp">サーバー招待を受ける</a></li>
</ul>
<iframe style="width:528px;height:90px;max-width:100%;border:none;display:block;margin:auto" src="https://ja.namemc.com/server/uzsk.iamtakagi.net/embed" width="528" height="90"></iframe>
</section>
<footer>
<a href="https://twitter.com/share" class="twitter-share-button"
data-text="NowBrowsing:" data-show-count="false">Tweet</a>
<a href="https://b.hatena.ne.jp/entry/" class="hatena-bookmark-button" data-hatena-bookmark-layout="vertical-normal" data-hatena-bookmark-lang="ja" title="このエントリーをはてなブックマークに追加"><img src="https://b.st-hatena.com/images/v4/public/entry-button/[email protected]" alt="このエントリーをはてなブックマークに追加" width="20" height="20" style="border: none;" /></a><script type="text/javascript" src="https://b.st-hatena.com/js/bookmark_button.js" charset="utf-8" async="async"></script>
<img src="./assets/banner_1.png" alt="banner_1"/>
</footer>
</main>
</body>
</html>