summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorRadiohotline <radiohotline@disroot.org>2026-02-26 13:12:11 +0000
committerRadiohotline <radiohotline@disroot.org>2026-02-26 13:12:11 +0000
commitb5a14b3089acccd6cfe2e3d907cd736fa0a08fcc (patch)
treed554d70711415b7e241d9cde8b75e33be09f6bad /index.html
parentdd72d482db753961a94ae006643d745eccb3c8e0 (diff)
alt text for index images
Diffstat (limited to 'index.html')
-rw-r--r--index.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/index.html b/index.html
index 591974f..255b88e 100644
--- a/index.html
+++ b/index.html
@@ -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>