-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpattern.html
More file actions
30 lines (30 loc) · 1.15 KB
/
pattern.html
File metadata and controls
30 lines (30 loc) · 1.15 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
30
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Library</title>
<script src="/script.js"></script>
<link rel="stylesheet" href="/styles.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=M+PLUS+Code+Latin:wght@200&family=M+PLUS+Rounded+1c:wght@100&family=Play&display=swap" rel="stylesheet">
</head>
<body>
<div class="block">
<div class="text">
<h1 class="title_category"></h1>
<ul id="list_book">
<li>
<a href="/">back</a>
</li>
</ul>
</div>
</div>
<footer>
<div class="footer_text">
<p>По вопросам и предложениям можете обратиться в Telegram: <a href="https://t.me/nikoshel_ev" target=“_blank”>@nikoshel_ev</a></p>
</div>
</footer>
</body>
</html>