summaryrefslogtreecommitdiff
path: root/src/app.html
diff options
context:
space:
mode:
authoraxtloss <axtlos@disroot.org>2024-08-20 13:36:20 +0200
committeraxtloss <axtlos@disroot.org>2024-08-20 13:36:20 +0200
commit5c989397023a3d290ebb9ea390401a5ca433ccd3 (patch)
tree8fc7cf5373041ba8fd1efee6dc3c6f6dcfb63c4b /src/app.html
parent70c61071abed9f08f0a0c2aff84cc08ef37b0d9f (diff)
downloadwebsite-5c989397023a3d290ebb9ea390401a5ca433ccd3.tar.gz
website-5c989397023a3d290ebb9ea390401a5ca433ccd3.tar.bz2
fix copy
Diffstat (limited to '')
-rw-r--r--src/app.html6
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" />