-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbooks.html
47 lines (47 loc) · 1.74 KB
/
books.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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="./src/style.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>book</title>
</head>
<body>
<header>
<nav class="navbar">
<img src="src/public/shlepa.jpg" width="60" height="60" alt="flepa">
<div style="margin: auto">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="video.html">Video</a></li>
<li><a href="audio.html">Music</a></li>
<li><a href="books.html">Book</a></li>
<li class="work"><a href="#">Work ▽</a>
<ul>
<li><a href="form.html">Form</a></li>
<li><a href="math.html">Math</a></li>
<li><a href="api.html">API</li>
</ul>
</li>
<li><a href="https://ku.edu.kz">Entry</a></li>
</ul>
</div>
<div class="burger" id="burger2">
<span></span>
<span></span>
<span></span>
</div>
</nav>
</header>
<main>
<div class="container">
<img src="./src/public/monday_saturday.jpeg">
<p><a href="./src/public/Monday Begins on Saturday (Arkady and Boris Strugatsky).pdf">Monday Begins on Saturday by Arkady and Boris Strugatsky</a></p>
</div>
</main>
<footer>
<a href="http://youtube.com"><img width="60px" src="./src/public/Youtube_logo.png"></a>
</footer>
<script src="js/scripts.js"></script>
</body>
</html>