From fdd3b103bb209045123693cd60149b951c7b2be8 Mon Sep 17 00:00:00 2001 From: Abdellah El Morabit Date: Fri, 29 Nov 2024 13:24:16 +0100 Subject: rewritten the source of the application --- templates/live_preview.py | 14 ------ templates/page/notes.html | 24 ---------- templates/page/overview.html | 29 ------------ templates/page/recourses.html | 29 ------------ templates/page/speech.html | 29 ------------ templates/static/main.mjs | 13 ------ templates/static/styles.css | 101 ------------------------------------------ 7 files changed, 239 deletions(-) delete mode 100644 templates/live_preview.py delete mode 100644 templates/page/notes.html delete mode 100644 templates/page/overview.html delete mode 100644 templates/page/recourses.html delete mode 100644 templates/page/speech.html delete mode 100644 templates/static/main.mjs delete mode 100644 templates/static/styles.css (limited to 'templates') diff --git a/templates/live_preview.py b/templates/live_preview.py deleted file mode 100644 index e753fc6..0000000 --- a/templates/live_preview.py +++ /dev/null @@ -1,14 +0,0 @@ -from livereload import Server - -server = Server() -# Watch HTML file -server.watch('index.html') -# Watch CSS files -server.watch('static/styles.css') -# Watch JavaScript files -server.watch('static/main.mjs') -# Watch other files if needed -server.watch('page/*') # Watch everything in the page folder - -# Serve the current directory -server.serve(root='.') diff --git a/templates/page/notes.html b/templates/page/notes.html deleted file mode 100644 index 3f24816..0000000 --- a/templates/page/notes.html +++ /dev/null @@ -1,24 +0,0 @@ - - - - - - - Display a Message - - - - - - - -
-

Display a Message

-
- -