-
Notifications
You must be signed in to change notification settings - Fork 0
/
thanks.html
27 lines (27 loc) · 933 Bytes
/
thanks.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
<!DOCTYPE html>
<html lang="ua">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>Дякуємо за заявку</title>
<!-- Bootstrap -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="css/font-awesome.min.css">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<section id="thanks">
<div class="container">
<div class="row">
<div class="text-center">
<h1>Дякуємо за заявку</h1>
<p>МИ звяжемося з Вами найближчого часу</p>
<a href="index.html">Повернутись на головну</a>
</div>
</div>
</div>
</section>
</body>
</html>