| Current Path : /home/saintape/public_html/shop/pub/errors/default/ |
| Current File : /home/saintape/public_html/shop/pub/errors/default/503.phtml |
<!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>
/* Remove all default margins and paddings */
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
/* Set the body and html to take up full viewport and disable scroll */
body, html {
width: 100%;
height: 100%;
overflow: hidden; /* Disable scroll */
display: flex;
justify-content: center;
align-items: center;
background-color: #ffffff; /* Optional: background color */
}
/* Style the image to cover the entire screen */
img {
width: 100%;
height: auto;
object-fit: cover; /* Ensures the image fills the viewport */
}
.page-main {
padding:0!important;
}
</style>
</head>
<body>
<img src="images/WEBSITE_SAINTAPE.jpg" alt="Maintenance Image">
</body>
</html>