aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoris2023-03-04 09:47:50 +0100
committerJoris2023-03-04 12:46:51 +0100
commit36a6b6dd511662b0b9f12204fe959a1938f973dd (patch)
tree9a3fbca03ae392f991f2de7b17cd74dbcb98e984
parentdfdde2daf238628dfb110c807a5249c31b903af1 (diff)
Add title
-rw-r--r--public/index.html1
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>