fix: prevent FOUC on Firefox

This commit is contained in:
Ayo Ayco 2024-12-27 10:56:00 +01:00
parent 0725ec2eae
commit c3ec2cd98d

View file

@ -4,6 +4,8 @@
{% include head.html %}
<body>
<!-- prevent FOUC: https://stackoverflow.com/a/57888310 -->
<script>0</script>
{% include header.html %}