commit 481b16738aed34a7bdde71ce9dc1797e8392aa75 Author: xdwarf Date: Mon Jun 8 19:27:16 2026 +0200 Initial commit - MAEL landing page diff --git a/docker-compose.yaml b/docker-compose.yaml new file mode 100644 index 0000000..9d9c444 --- /dev/null +++ b/docker-compose.yaml @@ -0,0 +1,9 @@ +services: + mael-landing: + image: nginx:alpine + container_name: mael-landing + restart: unless-stopped + volumes: + - /home/mads/domain:/usr/share/nginx/html:ro + ports: + - "8090:80" \ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 0000000..ef54fee --- /dev/null +++ b/index.html @@ -0,0 +1,426 @@ + + + + + + MAEL - Welcome + + + + + + + +
+ +
+
+
+
+
+ +
+
+ MAEL +
+ +

est. mael.dk

+ +

+ Welcome to the family of
MAEL's domain +

+ +
+
+
+
+
+ +

+ A little corner of the internet, tended with love,
+ curiosity, and a touch of magic. +

+
+ +
+

Send a note

+
+ + + + +

? Mail delivery coming soon — placeholder endpoint active

+

Thank you — your message is on its way. ?

+
+
+ +
mael.dk  ·  all rights reserved
+ +
+ + + + \ No newline at end of file diff --git a/logo.png b/logo.png new file mode 100644 index 0000000..09f37c7 Binary files /dev/null and b/logo.png differ