diff --git a/Dockerfile b/Dockerfile index 9d174f1..2e6a965 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,3 @@ FROM nginx:alpine COPY public/ /usr/share/nginx/html - -# Install wget and download jQuery -RUN apk add --no-cache wget && \ - mkdir -p /usr/share/nginx/html/jquery && \ - wget https://code.jquery.com/jquery-3.5.1.slim.min.js -O /usr/share/nginx/html/jquery/jquery-3.5.1.slim.min.js diff --git a/public/index.html b/public/index.html index 6b3a951..3700d16 100644 --- a/public/index.html +++ b/public/index.html @@ -1,5 +1,6 @@ + @@ -17,13 +18,15 @@ +
@@ -38,7 +41,13 @@
- + + + + + +
@@ -51,7 +60,11 @@ - + + + @@ -59,11 +72,20 @@
- + + + +
@@ -75,8 +97,10 @@
- - Download PNG + + Download + PNG Print
@@ -88,25 +112,33 @@ - - + + - + - + + \ No newline at end of file