Skip to content

Instantly share code, notes, and snippets.

@serverok
Created June 4, 2024 10:15
Show Gist options
  • Save serverok/efac25970509df58808e1fbb0bd21cf2 to your computer and use it in GitHub Desktop.
Save serverok/efac25970509df58808e1fbb0bd21cf2 to your computer and use it in GitHub Desktop.
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<title>Under Construction</title>
<style>
body {
background: #198754;
}
</style>
</head>
<body>
<div class="container">
<div class="row">
<div class="col-md-4 offset-md-4">
<div class="position-absolute top-50 start-50 translate-middle">
<h1 class="text-center text-white">
Comming Soon
</h1>
<p class="text-center lead text-white">Our website is currently undergoing scheduled maintenance. <br>We Should be back shortly. Thank you for your patience.</p>
</div>
</div>
</div>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment