Files
gitea-pages/overrides/main.html
Noah Pombas 8010d5302f
Some checks failed
Build and Deploy Documentation / build-and-deploy (push) Failing after 4s
Added Custom JS and CSS
2025-12-04 16:21:15 +01:00

7 lines
140 B
HTML

{% extends "nav-item.html" %}
{% block header %}
{{ super() }}
<button id="color-toggle-btn">🎨 Switch Color</button>
{% endblock %}