misskey-sorry-page/sorry.html

20 lines
1.1 KiB
HTML

<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>503 Service Unavailable</title>
</head>
<body style="font-family: Arial, sans-serif; text-align: center; padding: 50px; background-color: #f8f9fa; color: #333;">
<h1 style="color: #d9534f;">503 Service Unavailable</h1>
<p>現在メンテナンス中です。ご迷惑をおかけして申し訳ございません。</p>
<p>We are currently undergoing maintenance. We apologize for the inconvenience.</p>
<p>お問い合わせ先:</p>
<ul style="list-style: none; padding: 0;">
<li><a href="mailto:admin@usbharu.dev" style="color: #007bff; text-decoration: none;">メール: admin@usbharu.dev</a></li>
<li><a href="https://mk.yopo.work/@usbharu" style="color: #007bff; text-decoration: none;" target="_blank">暫定よぽすき: @usbharu@mk.yopo.work</a></li>
<li><a href="https://fedibird.com/@usbharu" style="color: #007bff; text-decoration: none;" target="_blank">Fedibird: @usbharu@fedibird.com</a></li>
</ul>
</body>
</html>