diff options
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -223,12 +223,12 @@ <div class="all"> <div id="one" class="flex"> <a href="brain.html"> - <img src="img/index/brain.png"></a> + <img src="img/index/brain.png" alt="Brain"></a> </div> <div id="two" class="flex"> <a href="art.html"> - <img src="img/index/art.png"></a> + <img src="img/index/art.png" alt="Art"></a> <a href="moloch.html" class="weener"> <div class="eye" style="top: 19%; left: 37%; width: 15%; height: 8.5%;"> @@ -243,19 +243,19 @@ <div class="shine"></div> </div> - <img src="img/index/weener.png"> + <img src="img/index/weener.png" alt="Moloch"> </a> <a href="tech.html"> - <img src="img/index/computer.png"></a> + <img src="img/index/computer.png" alt="Tech"></a> </div> <div id="three" class="flex" style="gap: 10vw;"> <a href="creatures.html"> - <img src="img/index/doll.png"></a> + <img src="img/index/doll.png" alt="Creatures"></a> <a href="music.html"> - <img src="img/index/music.png"></a> + <img src="img/index/music.png" alt="Music"></a> </div> </div> |
