webp time
This commit is contained in:
parent
8d8d9af669
commit
283a0a8851
@ -1,3 +1,6 @@
|
|||||||
FROM nginx
|
FROM nginx
|
||||||
|
|
||||||
COPY src /usr/share/nginx/html
|
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 {} \;
|
||||||
BIN
src/img/claiborne.21.soy.webp
Normal file
BIN
src/img/claiborne.21.soy.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 409 KiB |
@ -23,6 +23,6 @@
|
|||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<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>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user