From 326ff5d9cbdb65565b2b206c5d4db0603c63cf72 Mon Sep 17 00:00:00 2001 From: hesukastro Date: Thu, 5 Feb 2026 13:07:48 +0800 Subject: [PATCH] Initial commit --- docker-compose.yml | 9 +++++++ index.html | 62 ++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 71 insertions(+) create mode 100644 docker-compose.yml create mode 100644 index.html diff --git a/docker-compose.yml b/docker-compose.yml new file mode 100644 index 0000000..3718e1a --- /dev/null +++ b/docker-compose.yml @@ -0,0 +1,9 @@ +version: '3' +services: + web: + image: nginx:alpine + ports: + - "8081:80" + volumes: + - ./:/usr/share/nginx/html + restart: always \ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 0000000..6319cff --- /dev/null +++ b/index.html @@ -0,0 +1,62 @@ + + + + + + Hi bb + + + + +
+

Hi bb,

+

Will you be my valentine?

+

When: Saturday, February 7, 2026 +

+

+ + + \ No newline at end of file