Files
gitea-pages/overrides/schedule2026.html
T
armborst_f dd567059c7
Build and Deploy Documentation / build-and-deploy (push) Successful in 23s
update schedule
2026-06-01 13:34:40 +02:00

11 lines
488 B
HTML

{% extends "base.html" %}
{% block extrahead %}
{{ super() }}
<meta http-equiv="cache-control" content="no-cache, must-revalidate, post-check=0, pre-check=0" />
<meta http-equiv="cache-control" content="max-age=0" />
<meta http-equiv="expires" content="0" />
<meta http-equiv="expires" content="Tue, 01 Jan 1980 1:00:00 GMT" />
<meta http-equiv="pragma" content="no-cache" />
<meta http-equiv="refresh" content="300; url=https://sls.psi.ch/schedule/2026/" />
{% endblock %}