summaryrefslogtreecommitdiff
path: root/src/app.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/app.html')
-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" />