1
0
mirror of https://github.com/Daichimarukana/uwuzu.git synced 2026-06-05 03:24:41 +00:00
This commit is contained in:
daichimarukana
2023-08-21 15:28:06 +09:00
commit 8d57168ca1
220 changed files with 23797 additions and 0 deletions
+39
View File
@@ -0,0 +1,39 @@
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="home.css">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>サーバー停止 - ゆずさば</title>
</head>
<body>
<div class="topbox">
<div class="logo">
<img src="uwuzulogo.svg">
</div>
</div>
<div class="terms">
<div class="p3">ゆずさば</div>
<div class="p2c">uwuzu.net</div>
<div class="err404">
<h1>サーバー停止中</h1>
<p>(/´・ヮ・`\)<br>現在サーバーが管理者によって停止されています...<br>停止の理由は以下の通りです。</p>
<hr>
<p>あまりにも脆弱すぎたためサービスを止めさせていただきました。<br>復旧の目処はたっておりません。</p>
</div>
</div>
</body>
</html>