Add matrix background and prepare filters

This commit is contained in:
2025-11-11 18:48:31 +01:00
parent 06d0e1c426
commit b4b75f9545
7 changed files with 304 additions and 37 deletions

View File

@@ -1,5 +1,10 @@
{% extends 'base.html' %}
{% block matrix %}
<canvas id="matrix"></canvas>
<script src="{{ url_for('static', filename='js/matrix.js') }}"></script>
{% endblock %}
{% block content %}
<h2>Résultats pour "{{ query }}"</h2>
<table id="results-table">