-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.php
43 lines (39 loc) · 1.35 KB
/
index.php
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
31
32
33
34
35
36
37
38
39
40
41
42
43
<!doctype html>
<html lang="ru">
<head>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name=“robots” content=“noindex,nofollow”>
<title>Document</title>
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/font-awesome.min.css">
<link rel="stylesheet" href="css/style.min.css">
<script src="js/jquery-3.3.1.min.js"></script>
<script src="js/jquery.cookie.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/main.js"></script>
</head>
<body>
<header>
<div class="container">
<div class="logo">
<a href="https://tools.pixelplus.ru">
<img src="img/logo.svg" alt="">
</a>
</div>
</div>
</header>
<div class="container">
<div id="before-load">
<!-- Иконка Font Awesome -->
<i class="fa fa-spinner fa-spin"></i>
</div>
<div class="wrapper">
<a class="btn new_query" href="/">Новый запрос</a>
<a class="btn check_result" href="/">Проверить результат</a>
</div>
</div>
</body>
</html>