diff options
author | Joris | 2023-03-04 09:47:50 +0100 |
---|---|---|
committer | Joris | 2023-03-04 12:46:51 +0100 |
commit | 36a6b6dd511662b0b9f12204fe959a1938f973dd (patch) | |
tree | 9a3fbca03ae392f991f2de7b17cd74dbcb98e984 /public/index.html | |
parent | dfdde2daf238628dfb110c807a5249c31b903af1 (diff) |
Add title
Diffstat (limited to 'public/index.html')
-rw-r--r-- | public/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/public/index.html b/public/index.html index bbef5ae..ce4d568 100644 --- a/public/index.html +++ b/public/index.html @@ -1,6 +1,7 @@ <!DOCTYPE html> <meta charset="UTF-8"> <link rel="stylesheet" href="main.css"> +<title>Bibliothèque</title> <body></body> <script src="books.js"></script> <script src="main.js"></script> |