aboutsummaryrefslogtreecommitdiff
path: root/library/public/index.html
diff options
context:
space:
mode:
authorJoris Guyonvarch2025-12-26 18:41:26 +0100
committerJoris Guyonvarch2025-12-27 20:41:44 +0100
commita110c200e86d2325af07167531fac0f61d9681a0 (patch)
tree90e843f915a2e153ba735849afd83710d90560bf /library/public/index.html
parenta26d92ad5055fa057647158eb79511e7b1841162 (diff)
Switch to GUI to manage the library
Allow to regroup the CLI and the view into one unique tool.
Diffstat (limited to 'library/public/index.html')
-rw-r--r--library/public/index.html7
1 files changed, 0 insertions, 7 deletions
diff --git a/library/public/index.html b/library/public/index.html
deleted file mode 100644
index ce4d568..0000000
--- a/library/public/index.html
+++ /dev/null
@@ -1,7 +0,0 @@
-<!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>