<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Rapid Solution - Under Construction</title>
<style>
body {
font-family: Arial, sans-serif;
text-align: center;
padding: 50px;
background-color: #f4f4f4;
}
h1 {
color: #333;
}
p {
color: #666;
}
a {
display: inline-block;
margin: 10px;
padding: 10px 20px;
background-color: #007BFF;
color: white;
text-decoration: none;
border-radius: 5px;
}
a:hover {
background-color: #0056b3;
}
</style>
</head>
<body>
<h1>Welcome to Rapid Solution</h1>
<p>Our website is currently under construction. Please check back soon!</p>
<p>In the meantime, you can visit the following links:</p>
<div>
<a href="https://oget.pl/" target="_blank">oGET.pl</a>
<a href="https://linuksowo.pl/" target="_blank">Linuksowo.pl</a>
<a href="https://www.braindesign.pl/" target="_blank">BrainDesign.pl</a>
</div>
</body>
</html>