mirror of
https://github.com/Daichimarukana/uwuzu.git
synced 2026-06-05 03:24:41 +00:00
39 lines
878 B
PHP
39 lines
878 B
PHP
<!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> |