Recent changes (perhaps #10) messed up the website (we had to roll back).
For some reason, it seems that the entire JS is dead. JQuery is undefined and beacon.min.js is blocked by CORS. Without JS, the website looks shit AF.
Only changes to the JS part specifically were adding async: <script src="assets/js/jquery-3.6.1.min.js" async></script> and similar.

Recent changes (perhaps #10) messed up the website (we had to roll back).
For some reason, it seems that the entire JS is dead. JQuery is undefined and beacon.min.js is blocked by CORS. Without JS, the website looks shit AF.
Only changes to the JS part specifically were adding
async:<script src="assets/js/jquery-3.6.1.min.js" async></script>and similar.