| Server IP : 127.0.1.1 / Your IP : 216.73.216.73 Web Server : Apache/2.4.58 (Ubuntu) System : Linux dalsi.io 6.8.0-117-generic #117-Ubuntu SMP PREEMPT_DYNAMIC Tue May 5 19:26:24 UTC 2026 x86_64 User : www-data ( 33) PHP Version : 8.3.6 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/dalsi.io-standby/ |
Upload File : |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Site Under Construction</title>
<link rel="icon" href="styles/favicon.svg" type="image/svg+xml">
<link rel="icon" href="favicon.ico" type="image/x-icon">
<style>
body {
margin: 0;
font-family: Arial, sans-serif;
background: #f0f0f0;
text-align: center;
display: flex;
flex-direction: column;
min-height: 100vh;
}
header {
display: flex;
flex-direction: column;
align-items: center;
padding: 20px;
}
header img {
height: 50px;
margin-bottom: 10px;
}
.main {
flex: 1;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding: 40px;
}
.main img {
max-width: 300px;
margin-bottom: 20px;
}
.countdown {
font-size: 28px;
margin-top: 20px;
}
footer {
background: #333;
color: white;
padding: 20px;
}
</style>
</head>
<body>
<header>
<img src="styles/logo.svg" alt="Site Logo">
</header>
<div class="main">
<h2>Our Website is Coming Soon!</h2>
<!-- Construction GIF -->
<img src="styles/construction.gif" alt="Under Construction">
<p>We're working hard to finish the development of this site.</p>
</div>
<footer>
Contact us at <a href="mailto:support@dalsi.io" style="color: #f26419;">support@dalsi.io</a>
</footer>
</body>
</html>