-
Notifications
You must be signed in to change notification settings - Fork 0
/
tools.php
48 lines (40 loc) · 1.21 KB
/
tools.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
44
45
46
47
48
<!DOCTYPE html>
<html lang="ru">
<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">
<?php
include('allStyle.php');
?>
<title>Инструменты</title>
</head>
<body>
<div class="preloader">
<div class="preloader__image"></div>
</div>
<?php
include('nav.php');
?>
<div class="conteiner-index">
<div class="nazad">
<a href="detachment-needs.php" >< Назад</a>
</div>
<div class="tents">
<h2>Инструменты</h2>
</div>
<div class="name-tents">
<ul>
<li>Набор походный туристический для выживания MyPads 18 в 1</li>
<a href="https://clck.ru/34YnJv">https://clck.ru/34YnJv</a>
<li>Вейдерсы Nordman ПС 15 ПК</li>
<a href="https://clck.ru/34YnEf">https://clck.ru/34YnEf</a>
</ul>
</div>
</div>
<?php
include('footer.php');
?>
<script type="text/javascript" src="js/js.js"></script>
</body>
</html>