Fix issue on mobile browsers

MetaPost
Øyvind Skaaden 3 years ago
parent aaf3e773ea
commit 261c18a594
  1. 2
      404.html

@ -10,6 +10,6 @@ description: Siden ble ikke funnet :(
<script>
function goBack() {
window.history.back();
history.go(-1); event.preventDefault();
}
</script>
Loading…
Cancel
Save