-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
30 lines (25 loc) · 1.04 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="icon" type="image/png" sizes="16x16" href="assets/img/icons8-road-construction-16.png" />
<title>Сайт в разработке | The website is under construction</title>
<link rel="stylesheet" href="assets/css/bulma.min.css">
</head>
<body>
<section class="hero has-background-grey-lighter is-fullheight">
<div class="hero-body">
<div class="container">
<div class="columns is-centered">
<div class="column is-narrow">
<div class="box has-text-centered is-size-7 pb-5">
<div><img src="assets/img/icons8-road-construction-80.png" />
</div>Сайт в разработке | The website is under construction
</div>
</div>
</div>
</div>
</section>
</body>
</html>