Skip to content

Commit 2abe3de

Browse files
UserUser
authored andcommitted
library
1 parent d22c858 commit 2abe3de

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

docs/library/index.html

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<title>Library – Audiobooks</title>
7+
</head>
8+
<body>
9+
<style>
10+
body {
11+
font-family: Arial, sans-serif;
12+
line-height: 1.6;
13+
max-width: 800px;
14+
margin: 0 auto;
15+
padding: 1rem;
16+
}
17+
h1 {
18+
text-align: center;
19+
}
20+
</style>
21+
<h1>Library</h1>
22+
<ul>
23+
<li><a href="audiobooks/index.html">Audiobooks</a></li></ul>
24+
</body>
25+
</html>

0 commit comments

Comments
 (0)