File: /home/u435929562/domains/visionstransport.com.my/index.html
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Under Upgradation</title>
<!-- Google Fonts for styling -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@900&family=Roboto:wght@400&display=swap" rel="stylesheet">
<!-- All styles are included in this single file -->
<style>
/* General Body Styles */
body {
background-color: #ffffff;
font-family: 'Roboto', sans-serif; /* Default font for the page */
margin: 0;
display: flex;
justify-content: center;
align-items: center;
min-height: 100vh;
text-align: center;
padding: 20px;
box-sizing: border-box;
}
/* Main content container */
.container {
max-width: 800px;
width: 100%;
}
/* Heading: "UNDER CONSTRUCTION" */
h1 {
font-family: 'Montserrat', sans-serif; /* A bold, modern font */
font-weight: 900;
font-size: 4rem; /* Large font size */
color: #111827; /* A dark gray for the text */
text-transform: uppercase;
margin-top: 0;
margin-bottom: 30px;
}
/* Construction Image */
img {
max-width: 350px;
width: 80%; /* Responsive width */
height: auto;
margin-bottom: 30px;
}
/* Subtext Paragraph */
p {
font-size: 1.15rem;
color: #374151; /* A slightly lighter gray for readability */
line-height: 1.6;
margin: 0;
}
/* --- Responsive Design for Smaller Screens --- */
@media (max-width: 600px) {
h1 {
font-size: 2.5rem; /* Smaller font size for mobile */
}
p {
font-size: 1rem;
}
}
</style>
</head>
<body>
<div class="container">
<!-- Main Heading -->
<h1>UNDER CONSTRUCTION</h1>
<!-- Image: Using a public URL that matches the provided image -->
<img src="https://images01.nicepage.com/c461c07a441a5d220e8feb1a/ce3b776fd515502ca81efe76/60028-Converted.png"
alt="A construction barrier with a sign that says 'Under Construction'"
onerror="this.onerror=null;this.src='https://placehold.co/350x300/fef08a/333?text=Image+Not+Found';">
<!-- Subtext -->
<p>
Our website is under construction, but we are ready to go!
<br>
Special surprise for our subscribers only
</p>
</div>
</body>
</html>