From 824bee0630959146363132ac6eb63b8b6c9f5295 Mon Sep 17 00:00:00 2001 From: Reimar Date: Sun, 24 Aug 2025 16:12:00 +0200 Subject: [PATCH] Remove ads --- index.html | 19 ------------------- style.css | 16 ---------------- 2 files changed, 35 deletions(-) diff --git a/index.html b/index.html index 4b085e1..e619d36 100644 --- a/index.html +++ b/index.html @@ -95,25 +95,6 @@ - -

Advertisement

-
- - -
-
- diff --git a/style.css b/style.css index 30ff433..20c64fb 100644 --- a/style.css +++ b/style.css @@ -162,22 +162,6 @@ input[type=checkbox] { color: #757575; font-size: 12px; } -#ad-desc { - margin-top: 80px; -} -#ad-container { - position: relative; - height: 250px; -} -#ad-placeholder { - position: absolute; - inset: 0; - width: 300px; - height: 250px; - margin: auto; - z-index: -1; - background-color: #EEE; -} footer { position: fixed; bottom: 8px;