diff options
author | axtloss <axtlos@disroot.org> | 2024-08-20 13:36:20 +0200 |
---|---|---|
committer | axtloss <axtlos@disroot.org> | 2024-08-20 13:36:20 +0200 |
commit | 5c989397023a3d290ebb9ea390401a5ca433ccd3 (patch) | |
tree | 8fc7cf5373041ba8fd1efee6dc3c6f6dcfb63c4b /src/app.html | |
parent | 70c61071abed9f08f0a0c2aff84cc08ef37b0d9f (diff) | |
download | website-5c989397023a3d290ebb9ea390401a5ca433ccd3.tar.gz website-5c989397023a3d290ebb9ea390401a5ca433ccd3.tar.bz2 |
fix copy
Diffstat (limited to 'src/app.html')
-rw-r--r-- | src/app.html | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/app.html b/src/app.html index 3f56455..5862a66 100644 --- a/src/app.html +++ b/src/app.html @@ -1,11 +1,5 @@ <!doctype html> <html lang="en"> - <script> - var isBrave = (navigator.brave && await navigator.brave.isBrave()) || false; - if (isBrave) { - window.location.href = '/not-very-brave.html'; - } - </script> <head> <meta charset="utf-8" /> <link rel="icon" href="%sveltekit.assets%/favicon.gif" /> |