add buttons to index with images

This commit is contained in:
2023-03-04 00:08:05 +10:30
committed by GitHub
parent 5e6c2b1f76
commit d6edac6761
7 changed files with 6 additions and 6 deletions

View File

@ -1,18 +1,18 @@
<div class="link_tiles_grid">
<a href="/">
<img src="_assets/img/haruko.png"/>
<img src="_assets/img/blog.png"/>
blog
</a>
<a href="/">
<img src="_assets/img/haruko.png"/>
<img src="_assets/img/music.png"/>
music
</a>
<a href="/">
<img src="_assets/img/haruko.png"/>
<img src="_assets/img/games.png"/>
games
</a>
<a href="/">
<img src="_assets/img/haruko.png"/>
<img src="_assets/img/lists.png"/>
lists
</a>
</div>