Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
akiy2009 authored Dec 2, 2024
1 parent b7015e5 commit 660a582
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions Issue.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>お詫びのご連絡</title>
<!-- 外部CSSファイルをリンク -->
<link rel="stylesheet" href="Issue.css">
</head>
<body>

<div class="container">
<h1>お詫び申し上げます</h1>
<p>
平素より格別のお引き立てを賜り、誠にありがとうございます。
</p>
<p>
この度、荒らしによるグロバールチャット乱用 により、ご利用の皆様に多大なるご迷惑をおかけしたことをお詫び申し上げます。対応はすでに終了しています。
</p>
<p>
今後は再発防止に向けてさらに努力してまいります。ご利用の皆様には多大なご不便をお掛けしたことを改めてお詫び申し上げます。
</p>

<div class="details">
<h3>発生した問題についての詳細</h3>
<ul>
<li><strong>問題発生日時:</strong> 午前7時</li>
<li><strong>影響範囲:</strong> サポートサーバーおよびグロバールチャット登録サーバー</li>
<li><strong>現在の対応状況:</strong> 当該人物の永久BANおよびグロバールチャット機能の全面更新</li>
</ul>
</div>

<a href="globalchat.html" class="cta">詳細な対応内容についてはこちら</a>

<div class="footer">
<p>お手数をお掛けしますが、ご不明点等がございましたら、弊社サポートまでお問い合わせください。</p>
<p>ご迷惑をおかけしましたことを再度お詫び申し上げます。</p>
</div>
</div>

</body>
</html>

0 comments on commit 660a582

Please sign in to comment.