diff --git a/search_app.py b/search_app.py index 2a72579..e4a7826 100644 --- a/search_app.py +++ b/search_app.py @@ -1150,6 +1150,10 @@ def create_app(config: AppConfig = CONFIG) -> Flask: def graph_page(): return send_from_directory(app.static_folder, "graph.html") + @app.route("/notes") + def notes_page(): + return send_from_directory(app.static_folder, "notes.html") + @app.route("/static/") def static_files(filename: str): return send_from_directory(app.static_folder, filename) diff --git a/static/notes.html b/static/notes.html new file mode 100644 index 0000000..74b3d33 --- /dev/null +++ b/static/notes.html @@ -0,0 +1,61 @@ + + + + + + Notes + + + + + + +
+
+
Notes
+
+ + + +
+
+
+

← Back to search

+ +
+

Welcome

+

This is a space for thoughts, observations, and notes related to this project and beyond.

+ + + +
+
+
+

Last updated: January 2026

+
+
+ +