From afb478f080c01914bf5ab773f90e4647e0618989 Mon Sep 17 00:00:00 2001 From: Ben de Roo Date: Fri, 20 Mar 2026 14:16:11 +0100 Subject: [PATCH] Update haans/index.html --- haans/index.html | 41 +++++++++++++++++++++++++++++++++++++++-- 1 file changed, 39 insertions(+), 2 deletions(-) diff --git a/haans/index.html b/haans/index.html index 462ad50..e435371 100644 --- a/haans/index.html +++ b/haans/index.html @@ -1,3 +1,4 @@ +```html @@ -20,12 +21,48 @@ background:#1c1c1c; padding:40px; border-radius:12px; } +.spinner{ +width:60px; +height:60px; +border:6px solid #444; +border-top:6px solid #fff; +border-radius:50%; +animation:spin 1s linear infinite; +margin:20px auto; +} +button{ +padding:10px 18px; +margin-top:15px; +background:#333; +color:#fff; +border:none; +border-radius:6px; +cursor:pointer; +} +button:hover{ +background:#555; +} +@keyframes spin{ +0%{transform:rotate(0deg);} +100%{transform:rotate(360deg);} +}

Pech.

-

De site is momenteel offline.

+

De site is offline.

+
+

Er wordt momenteel aan gewerkt.

+ +
+ + - \ No newline at end of file + +```