webp time

This commit is contained in:
Joey Eamigh 2024-11-21 11:37:37 -05:00
parent 8d8d9af669
commit 283a0a8851
No known key found for this signature in database
GPG Key ID: CE8C05DFFC53C9CB
3 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,6 @@
FROM nginx
COPY src /usr/share/nginx/html
RUN find /usr/share/nginx/html/ -type d -exec chmod 755 {} \; &&\
find /usr/share/nginx/html/ -type f -exec chmod 644 {} \;

Binary file not shown.

After

Width:  |  Height:  |  Size: 409 KiB

View File

@ -23,6 +23,6 @@
</style>
</head>
<body>
<img src="img/claiborne.21.soy.png" alt="Clay Austin is 21!!" />
<img src="img/claiborne.21.soy.webp" alt="Clay Austin is 21!!" />
</body>
</html>