From 090f5943c36954693ef54555914119e50f1fe471 Mon Sep 17 00:00:00 2001 From: Ubuntu Date: Sat, 31 Jan 2026 20:40:53 +0000 Subject: [PATCH] Add notes page Co-Authored-By: Claude Opus 4.5 --- search_app.py | 4 ++++ static/notes.html | 61 +++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 65 insertions(+) create mode 100644 static/notes.html 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

+
+
+ +