Files
gitea-pages/overrides/main.html
Noah Pombas 2dd454239d
All checks were successful
Build and Deploy Documentation / build-and-deploy (push) Successful in 5s
Added Custom JS and CSS
2025-12-04 16:19:10 +01:00

7 lines
136 B
HTML

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