diff --git a/Dockerfile b/Dockerfile index 8e41082..509c545 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,8 +4,8 @@ FROM nginx:1.27-alpine # Install Node.js and cron for the data updater. RUN apk add --no-cache nodejs dcron -# Copy site assets. -COPY index.html style.css script.js /usr/share/nginx/html/ +# Copy site assets (favicon.svg included — index.html references it). +COPY index.html style.css script.js favicon.svg favicon.png apple-touch-icon.png /usr/share/nginx/html/ COPY icons /usr/share/nginx/html/icons COPY nginx.conf /etc/nginx/conf.d/default.conf diff --git a/apple-touch-icon.png b/apple-touch-icon.png new file mode 100644 index 0000000..5b68009 Binary files /dev/null and b/apple-touch-icon.png differ diff --git a/favicon.png b/favicon.png new file mode 100644 index 0000000..eb6f661 Binary files /dev/null and b/favicon.png differ diff --git a/favicon.svg b/favicon.svg new file mode 100644 index 0000000..9407d22 --- /dev/null +++ b/favicon.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/index.html b/index.html index bc12317..03cb5de 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,7 @@ - GG36 + GG36 ~/ + + + @@ -21,7 +24,7 @@
-

GG36

+

GG36 ~/