Apache
tcp/443
Open service 88.198.23.203:443 ยท sky-tech.pk
2025-12-20 10:06
HTTP/1.1 200 OK
Date: Sat, 20 Dec 2025 10:06:30 GMT
Server: Apache
Upgrade: h2,h2c
Connection: Upgrade, close
Last-Modified: Sat, 19 Oct 2024 12:53:55 GMT
Accept-Ranges: bytes
Content-Length: 3094
Content-Type: text/html
Page title: Website Updating
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Website Updating</title>
<link href="https://fonts.googleapis.com/css?family=Karla:400,700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css">
<style>
/* Set the background image */
body {
background-image: url('assets/images/bg3.png');
background-size: cover;
background-position: center;
height: 100vh;
margin: 0;
font-family: 'Karla', sans-serif;
display: flex;
flex-direction: column;
justify-content: space-between;
}
/* Style for header */
header {
display: flex;
justify-content: space-between;
padding: 20px;
}
.navbar-brand img {
max-width: 150px; /* Adjust logo size */
height: auto;
}
.navbar-text {
color: #333; /* White text for the email */
font-size: 1.2rem;
}
/* Main content area */
.main-content {
text-align: center;
color: white;
margin: auto;
}
.main-content h1 {
font-size: 48px;
font-weight: bold;
}
.main-content hr {
width: 50%;
margin: 20px auto;
border-top: 2px solid #fff;
}
.main-content p {
font-size: 18px;
margin-bottom: 20px;
}
/* Responsive styles */
@media (max-width: 768px) {
.navbar-brand img {
max-width: 120px;
}
.navbar-text {
font-size: 14px;
font-size: 1.2rem;
color: #333;
}
.main-content h1 {
font-size: 32px;
}
.main-content p {
font-size: 16px;
}
}
@media (max-width: 576px) {
.navbar-text {
font-size: 12px;
}
.main-content h1 {
font-size: 28px;
}
.main-content p {
font-size: 14px;
}
}
</style>
</head>
<body>
<header>
<a class="navbar-brand" href="#">
<img src="assets/images/logo.png" alt="logo">
</a>
<span class="navbar-text">contact@sky-tech.pk</span>
</header>
<main class="main-content" style="color: #333;">
<i class="mdi mdi-wrench" style="font-size: 48px; display: block; text-align: center; margin-bottom: -10px;"></i>
<h1>Website Updating...</h1>
<hr>
<p>We're currently working on something awesome!<br>
Our website is undergoing enhancements for an even better experience.<br>
Please check back later.</p>
</main>
</body>
</html>