Skip to content

Commit

Permalink
maintenance page
Browse files Browse the repository at this point in the history
  • Loading branch information
iam-weijie committed Jul 8, 2024
1 parent 98953b2 commit 4e20025
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions maintenance.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Maintenance</title>
<style>
body {
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
background-color: #f3f4f6;
font-family: Arial, sans-serif;
color: #333;
}
.container {
text-align: center;
}
h1 {
font-size: 2em;
margin-bottom: 1em;
}
</style>
</head>
<body>
<div class="container">
<h1>We’ll be back soon!</h1>
<p>
Sorry for the inconvenience but we’re performing some maintenance at the
moment. We’ll be back online shortly!
</p>
</div>
</body>
</html>

0 comments on commit 4e20025

Please sign in to comment.