1
0
Fork 0

feat (tiles): new tiles

This commit is contained in:
Henri Saudubray 2024-10-15 20:04:57 +02:00
parent 9f3e27c2b4
commit 5e58cbbe23
Signed by: hms
GPG key ID: 7065F57ED8856128
4 changed files with 15 additions and 0 deletions

BIN
img/tiles/10.avif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 68 KiB

BIN
img/tiles/11.avif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 77 KiB

BIN
img/tiles/9.avif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

View file

@ -51,6 +51,21 @@
<img src="./img/tiles/8.avif" /> <img src="./img/tiles/8.avif" />
</a> </a>
</div> </div>
<div>
<a href="./img/tiles/9.avif" download>
<img src="./img/tiles/9.avif" />
</a>
</div>
<div>
<a href="./img/tiles/10.avif" download>
<img src="./img/tiles/10.avif" />
</a>
</div>
<div>
<a href="./img/tiles/11.avif" download>
<img src="./img/tiles/11.avif" />
</a>
</div>
</main> </main>
<footer> <footer>
<a href="./index.html">GO BACK</a> <a href="./index.html">GO BACK</a>