style: Aya Dark Premium redesign

This commit is contained in:
2026-06-16 14:31:12 +00:00
commit 1ae8976fc9
6 changed files with 427 additions and 0 deletions
Executable
+5
View File
@@ -0,0 +1,5 @@
FROM nginx:1.27-alpine
COPY nginx.conf /etc/nginx/conf.d/default.conf
COPY index.html /usr/share/nginx/html/
COPY css/ /usr/share/nginx/html/css/
EXPOSE 80