-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpersons.html
More file actions
29 lines (26 loc) · 1.48 KB
/
persons.html
File metadata and controls
29 lines (26 loc) · 1.48 KB
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
<!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="UTF-8">
<title>CourseWork2</title>
<link rel="stylesheet" href="styles.css">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
</head>
<body>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL" crossorigin="anonymous"></script>
<nav class="menu">
<h1><a href="index.html" target="_self" class="menu_text">Главная</a></h1>
<a href="styles.html" target="_self" class="menu_text">Стили танца<br></a>
<a href="persons.html" target="_self" class="menu_text"id="this">Известные личности<br></a>
<a href="studios.html" target="_self" class="menu_text">Танцевальные студии<br></a>
<a href="contact.html" target="_self" class="menu_text">Контакты</a>
</nav>
<main>
<h1>Известные личности</h1>
<ul class="d-flex flex-row jusify-content-around flex-wrap bg-light" id="node_for_insert">
<!--начало генерируемого фрагмента кода -->
</ul>
</main>
<script src="script_2.js"></script>
</body>
</html>