commit bd140377df4c4a95bd2df61817d0b5cfa1ce61ed Author: Strix Date: Sun Aug 16 23:12:23 2026 +0200 init diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..6b8e4af --- /dev/null +++ b/Dockerfile @@ -0,0 +1,5 @@ +FROM nginx:alpine + +COPY public/ /usr/share/nginx/html/ + +EXPOSE 80 diff --git a/public/index.html b/public/index.html new file mode 100644 index 0000000..49ec5c4 --- /dev/null +++ b/public/index.html @@ -0,0 +1,69 @@ + + + + + + Document + + + +
+
+

Permission to access website was denied.

+ +

+ You didn't say the magic word! +

+
+
+ + + + + + + + + \ No newline at end of file diff --git a/public/media/video.mp4 b/public/media/video.mp4 new file mode 100644 index 0000000..e89f9d6 Binary files /dev/null and b/public/media/video.mp4 differ