-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontacts.php
More file actions
28 lines (25 loc) · 843 Bytes
/
contacts.php
File metadata and controls
28 lines (25 loc) · 843 Bytes
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
<!DOCTYPE html>
<html lang="en">
<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">
<title>Results</title>
<link rel="stylesheet" href="./css/main.css">
<link rel='stylesheet' href='https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css'>
</head>
<body>
<?php
include "menu.php";
?>
<main class="section">
<div class="container" id="experts">
<h2 class="title-1">Обратитесь за помощью к эксперту</h2>
</div>
</main>
<script src="./js/app.js"></script>
<script src="./js/menu.js"></script>
<script src="./js/lab2.js"></script>
<script src="./js/lab2-contacts.js"></script>
</body>
</html>