-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit f7a7a7f
Showing
1 changed file
with
37 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |