Created
June 4, 2024 10:10
-
-
Save serverok/fd36f7f552b788bd8d466422b54e85e6 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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/[email protected]/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