chore: Änderungen commited

This commit is contained in:
2025-05-02 19:18:49 +02:00
parent f0c4c514c4
commit d0821db983
4 changed files with 410 additions and 0 deletions

View File

@@ -100,6 +100,9 @@
<!-- Neural Network Background CSS -->
<link href="{{ url_for('static', filename='css/neural-network-background.css') }}" rel="stylesheet">
<!-- Mindmap CSS -->
<link href="{{ url_for('static', filename='css/mindmap.css') }}" rel="stylesheet">
<!-- D3.js für Visualisierungen -->
<script src="https://d3js.org/d3.v7.min.js"></script>