From 067d29bfcf4d279f0d5c481bcfafdd29e6aedce2 Mon Sep 17 00:00:00 2001 From: Reimar Date: Wed, 20 Aug 2025 20:56:24 +0200 Subject: [PATCH] Add advertisement --- index.html | 15 +++++++++++++++ style.css | 3 +++ 2 files changed, 18 insertions(+) diff --git a/index.html b/index.html index 20ba93b..8f47969 100644 --- a/index.html +++ b/index.html @@ -94,6 +94,21 @@

+ + +

Advertisement

+ diff --git a/style.css b/style.css index c99e677..ac45b68 100644 --- a/style.css +++ b/style.css @@ -162,4 +162,7 @@ input[type=checkbox] { color: #757575; font-size: 12px; } +#ad-desc { + margin-top: 80px; +}