diff options
author | axtloss <axtlos@disroot.org> | 2024-08-25 21:55:31 +0200 |
---|---|---|
committer | axtloss <axtlos@disroot.org> | 2024-08-25 21:55:31 +0200 |
commit | 4c0410cfd795bd1dc856db64c5c726bcf24648bc (patch) | |
tree | 59b0aea17d490768e1bb420db7dfc7847a4a90d3 /static/not-very-brave.html | |
parent | b6c6b705c15ff02e26eb5463a8b1550fa131ee38 (diff) | |
download | website-4c0410cfd795bd1dc856db64c5c726bcf24648bc.tar.gz website-4c0410cfd795bd1dc856db64c5c726bcf24648bc.tar.bz2 |
fix anti brave
Diffstat (limited to '')
-rw-r--r-- | static/not-very-brave.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/not-very-brave.html b/static/not-very-brave.html index c2487aa..3e79b91 100644 --- a/static/not-very-brave.html +++ b/static/not-very-brave.html @@ -3,7 +3,7 @@ <head> <meta charset="utf-8"/> <meta name="viewport" content="width=device-width, initial-scale=1.0"/> - <link rel="stylesheet" href="./style.css" type="text/css" media="all"/> + <link rel="stylesheet" href="./antibravestyle.css" type="text/css" media="all"/> <title>You have been blocked for using brave"</title> </head> <body> |