We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d22c858 commit 2abe3deCopy full SHA for 2abe3de
1 file changed
docs/library/index.html
@@ -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