mirror of
https://forge.fsky.io/oneflux/omegafox.git
synced 2026-02-10 06:22:03 -08:00
5 lines
110 B
HTML
5 lines
110 B
HTML
<script>
|
|
window.addEventListener('DOMContentLoaded', () => {
|
|
history.pushState({}, '', '#1');
|
|
});
|
|
</script>
|