Skip to content

Commit

Permalink
Page added
Browse files Browse the repository at this point in the history
  • Loading branch information
computerbox124 committed Mar 3, 2024
0 parents commit f7a7a7f
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Codeany Technical Service Closure</title>
<style>
body {
font-family: Arial, sans-serif;
background-color: #f0f0f0;
margin: 0;
padding: 0;
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
}
.container {
text-align: center;
}
h1 {
color: #333;
}
p {
color: #666;
}
</style>
</head>
<body>
<div class="container">
<h1>Codeany Technical Service Closure</h1>
<p><strong>English:</strong> We apologize for the inconvenience, but our technical services are currently unavailable due to maintenance. We are working hard finish as soon as possible. Please check back later for updates. Thank you for your patience. Services will resume on Monday.</p>
<p><strong>Russian:</strong> Приносим извинения за неудобства, но наши технические услуги в настоящее время недоступны из-за технического обслуживания. Мы работаем над тем чтобы сайт открылся как можно скорее. Пожалуйста, проверьте позже для обновлений. Благодарим вас за ваше терпение. Услуги возобновятся в понедельник.</p>
<p><strong>Azerbaijani:</strong> Narahatçılığa görə üzr istəyirik, lakin texniki xidmətlərimiz texniki xidmət görə hazırda mövcud deyil. Biz bərk çalışırıq. Yeniləmələr üçün sonra yenidən yoxlayın. Səbr etdiyiniz üçün təşəkkürlər. Xidmətlər bazar ertəsi bərpa olunacaq. </p>
</div>
</body>
</html>

0 comments on commit f7a7a7f

Please sign in to comment.