Skip to content
This repository has been archived by the owner on Nov 24, 2024. It is now read-only.

Commit

Permalink
Update index.html as Maintenance page
Browse files Browse the repository at this point in the history
  • Loading branch information
wasabina67 committed Aug 18, 2024
1 parent 1e82fab commit 5f7d94d
Showing 1 changed file with 50 additions and 1 deletion.
51 changes: 50 additions & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
@@ -1 +1,50 @@
メンテナンス中
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>メンテナンス中です。</title>
<style>
body {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
height: 100vh;
margin: 0;
font-family: Arial, sans-serif;
text-align: center;
background-color: #f0f0f0;
}

img {
max-width: 75vw;
width: auto;
max-height: 75vh;
height: auto;
}

h2 {
font-size: 1.2em;
}

a {
color: #007BFF;
text-decoration: none;
font-size: 18px;
}
a:hover {
text-decoration: underline;
}
</style>
</head>
<body>
<div>
<img src="assets/img/404.png" alt="">
<h2>
メンテナンス中です。
</h2>
<a href="index.html">トップページへ戻る</a>
</div>
</body>
</html>

0 comments on commit 5f7d94d

Please sign in to comment.