-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathniches.php
executable file
·38 lines (31 loc) · 1.34 KB
/
niches.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="robots" content="index, follow">
<meta name="language" content="English">
<meta name="revisit-after" content="1 days">
<meta name="author" content="neprostostas">
<title>SYS DEV</title>
<script src="https://kit.fontawesome.com/02e8c33a85.js" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/imask"></script>
<script src="https://cdn.jsdelivr.net/npm/swiper@9/swiper-bundle.min.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@9/swiper-bundle.min.css"/>
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<link href="https://unpkg.com/[email protected]/dist/aos.css" rel="stylesheet">
<script src="https://unpkg.com/[email protected]/dist/aos.js"></script>
<link rel="stylesheet" href="style/style.css">
</head>
<body>
<?php require "@commons/header.php" ?>
<div class="body-container">
<div class="body-content niches">
<h2>Ніші</h2>
</div>
</div>
<?php require "@commons/footer.php" ?>
<script src="js/niches.js"></script>
<script type="text/javascript" src="js/vanilla-tilt.js"></script>
</body>
</html>