commit 326ff5d9cbdb65565b2b206c5d4db0603c63cf72 Author: hesukastro Date: Thu Feb 5 13:07:48 2026 +0800 Initial commit 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