|
|
@@ -0,0 +1,42 @@
|
|
|
+<!DOCTYPE html>
|
|
|
+<html lang="en">
|
|
|
+
|
|
|
+<head>
|
|
|
+ <meta charset="UTF-8">
|
|
|
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
|
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
+ <title>Идет техническое обслуживание</title>
|
|
|
+ <!--===================================================================================================-->
|
|
|
+ <link rel=" icon" href="assets/icons/favicon.png">
|
|
|
+ <link rel="stylesheet" href="assets/css/style.css">
|
|
|
+ <!--===================================================================================================-->
|
|
|
+ <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Cairo">
|
|
|
+ <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Archivo">
|
|
|
+ <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Permanent+Marker">
|
|
|
+ <link href="assets/vendor/fontawesome-free-5.15.4-web/css/all.css" rel="stylesheet">
|
|
|
+ <!--===================================================================================================-->
|
|
|
+</head>
|
|
|
+
|
|
|
+<body>
|
|
|
+ <div class="container">
|
|
|
+ <img class="big-image" src="assets/img/wallpaper/construction-site.png" alt="[Company] Logo">
|
|
|
+ <h1 class="title">
|
|
|
+ Идет техническое обслуживание
|
|
|
+ </h1>
|
|
|
+ <p class="subtitle2">Сайт находится на техническом обслуживании, пожалуйста, зайдите позднее. </p>
|
|
|
+ <p class="subtitle2">Планируемое время обслуживания - 10 минут </p>
|
|
|
+
|
|
|
+ </div>
|
|
|
+ <!-- <footer>
|
|
|
+ <div class="social-links">
|
|
|
+ <a href="#" target="_blank"><img
|
|
|
+ src="assets/img/icons/ic_github_white_01.png" alt="Icon" class="social-icon"></a>
|
|
|
+ <a href="#" target="_blank"><img src="assets/img/icons/ic_home_white_01.png"
|
|
|
+ alt="Icon" class="social-icon"></a>
|
|
|
+ <a href="#" target="_blank"><img
|
|
|
+ src="assets/img/icons/ic_playstore_white_01.png" alt="Icon" class="social-icon"></a>
|
|
|
+ </div>
|
|
|
+ </footer> -->
|
|
|
+</body>
|
|
|
+
|
|
|
+</html>
|