Initial commit

This commit is contained in:
2026-04-11 21:59:43 -04:00
commit a9faf300bf
42 changed files with 57897 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
{% extends "base.html" %}
{% block header %}
{{ super() }}
<script src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0" />
{% endblock %}