-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
79 lines (79 loc) · 2.63 KB
/
Copy pathindex.html
File metadata and controls
79 lines (79 loc) · 2.63 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
<!doctype html>
<html lang="ja">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="color-scheme" content="light dark">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@picocss/pico@2/css/pico.min.css">
<title>ぺぐさば 仮サイト</title>
</head>
<body>
<main class="container">
<h1>ぺぐさば 仮サイト</h1>
<h2>一時的に運営を休止しています</h2>
<p>
現在、設備とシステムの更新のため運営を休止しています。<br>
再開時期は2026年4月末~5月頭を見込んでいます。
</p>
<h2>ワールドデータダウンロード</h2>
<p>
使用は個人的な用途に限ります。不特定多数に公開することは禁止です。
</p>
<p>
<b>2026/3/24追記: 大変お待たせしました。ワールドを公開しました。</b>
</p>
<ul>
<li>
<a href="https://pub-0d951d46b46946ce849c5659cbabf071.r2.dev/backup-2026-03-01~04-00-06-world.zip">
サバイバル アンプリファイドマップ
</a>
</li>
<li>
<a href="https://pub-0d951d46b46946ce849c5659cbabf071.r2.dev/backup-2026-03-01~04-00-06-world_nether.zip">
サバイバル ネザー
</a>
</li>
<li>
<a href="https://pub-0d951d46b46946ce849c5659cbabf071.r2.dev/backup-2026-03-01~04-00-06-world_the_end.zip">
サバイバル エンド
</a>
</li>
<li>
<a href="https://pub-0d951d46b46946ce849c5659cbabf071.r2.dev/backup-2026-03-01~04-00-06-world2.zip">
サバイバル ノーマル
</a>
</li>
<li>
<a href="https://pub-0d951d46b46946ce849c5659cbabf071.r2.dev/20260311-Building1.zip">
クリエイティブ アンプリファイドマップ
</a>
</li>
<li>
<a href="https://pub-0d951d46b46946ce849c5659cbabf071.r2.dev/20260311-Building1_nether.zip">
クリエイティブ ネザー
</a>
</li>
<li>
<a href="https://pub-0d951d46b46946ce849c5659cbabf071.r2.dev/20260311-Building1_the_end.zip">
クリエイティブ エンド
</a>
</li>
</ul>
<h2>連絡先</h2>
<p>
何かありましたら<a href="https://forms.gle/o4mHpzjEF6SzPUom7">こちらのフォーム</a>よりご連絡ください。<br>
必要に応じて、peg.osakaか、minecraft.osakaのメールアドレスから折り返しご連絡いたします。<br>
公式Discordはシステム改修に伴い閉鎖していますのでご了承ください。
</p>
<h2>その他</h2>
<ul>
<li>
<a href="terms.html">利用規約</a>
</li>
<li>
<a href="privacy.html">プライバシーポリシー</a>
</li>
</ul>
</main>
</body>
</html>