-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
41 lines (35 loc) · 1.04 KB
/
Copy pathindex.html
File metadata and controls
41 lines (35 loc) · 1.04 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
31
32
33
34
35
36
37
38
39
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Stephen King Library</title>
<link rel="stylesheet" href="style.css">
<script src="script.js" type="module" defer></script>
</head>
<body>
<header>
<h1>Stephen King Library</h1>
</header>
<main>
<table id="table">
<thead>
<tr>
<th>Title</th>
<th>Year</th>
<th>Publisher</th>
<th>ISBN</th>
<th>Pages</th>
<th>Notes</th>
</tr>
</thead>
<tbody id="king-books"></tbody>
</table>
</main>
<footer>
<p>© 2025</p>
</footer>
<div id="loader" class="show">Waiting for characters to be killled....</div>
<!-- <audio src="https://www.youtube.com/shorts/SBHoeRlzt9I"></audio> youtubo negalima naudoti. reikia tureti faila mp3 ar pns-->
</body>
</html>