Add Android banner and remove Google Analytics

Signed-off-by: Chloe Fontenot 🏳️‍⚧️ <ccf_100@noreply.gitea.chloefontenot.org>
This commit is contained in:
2026-02-24 22:12:35 -06:00
parent 18ba122b07
commit 2e08ee26ca
+1 -10
View File
@@ -1,6 +1,6 @@
<!DOCTYPE html>
<html>
<script src="https://keepandroidopen.org/banner.js"></script>
<head>
<title class=info>Chloe Fontenot's Web Server</title>
<link rel="icon" type="image/x-icon" href="Chloe_face.jpg">
@@ -13,15 +13,6 @@
<meta content="#FF0000" data-react-helmet="true" name="theme-color" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="root.css" rel="stylesheet">
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-L9QF12JY74"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-L9QF12JY74');
</script>
</head>