Skip to content

Instantly share code, notes, and snippets.

@yaasita
Last active February 14, 2024 09:38
Show Gist options
  • Save yaasita/8031f554707742846bb17734ad0d4f7c to your computer and use it in GitHub Desktop.
Save yaasita/8031f554707742846bb17734ad0d4f7c to your computer and use it in GitHub Desktop.
<!doctype html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<title>Maintenance</title>
<link rel="stylesheet" href="https://unpkg.com/sakura.css/css/sakura.css" type="text/css">
<style>
body {
text-align: center;
}
</style>
</head>
<body>
<h1>現在メンテナンス中です</h1>
<div>
<p>現在サービスのメンテナンス中です</p>
<p>メンテナンス予定: 1:00~5:00</p>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment