generated from koldovsky/html-template-autocheck
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
29 lines (28 loc) · 1.41 KB
/
index.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
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>Lawyer</title>
<link rel="stylesheet" href="css/index.css">
<link rel="shortcut icon" href="img/icon.png" type="image/x-icon">
<script src="https://cdn.jsdelivr.net/particles.js/2.0.0/particles.min.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0" />
</head>
<body>
<div id="particles-js"></div>
<nav data-include="html/index.nav.partial.html"></nav>
<header data-include="html/index.header.partial.html"></header>
<main id="main">
<section data-include="html/index.about-me.partial.html"></section>
<section data-include="html/index.services.partial.html"></section>
<section data-include="html/index.cases.partial.html"></section>
<section data-include="html/index.contacts.partial.html"></section>
</main>
<footer data-include="html/index.footer.partial.html"></footer>
<script type="module" src="./js/index.js"></script>
<script src="https://unpkg.com/html-data-include@3.3.3/html-data-include.js"></script>
</body>
</html>