diff options
| author | Radiohotline <radiohotline@disroot.org> | 2026-02-26 13:12:11 +0000 |
|---|---|---|
| committer | Radiohotline <radiohotline@disroot.org> | 2026-02-26 13:12:11 +0000 |
| commit | b5a14b3089acccd6cfe2e3d907cd736fa0a08fcc (patch) | |
| tree | d554d70711415b7e241d9cde8b75e33be09f6bad | |
| parent | dd72d482db753961a94ae006643d745eccb3c8e0 (diff) | |
alt text for index images
| -rw-r--r-- | art/notebooks.html | 3 | ||||
| -rw-r--r-- | index.html | 12 | ||||
| -rw-r--r-- | neocities/index.html | 2 |
3 files changed, 8 insertions, 9 deletions
diff --git a/art/notebooks.html b/art/notebooks.html index d034f88..e02b5a3 100644 --- a/art/notebooks.html +++ b/art/notebooks.html @@ -29,7 +29,6 @@ <img loading="lazy" src="img/notebooks/english-4.jpg"> <img loading="lazy" src="img/notebooks/english-5.jpg"> <img loading="lazy" src="img/notebooks/english-6.jpg"> - <img loading="lazy" src="img/notebooks/grammar-1.jpg"> <img loading="lazy" src="img/notebooks/grammar-2.jpg"> <img loading="lazy" src="img/notebooks/grammar-3.jpg"> <img loading="lazy" src="img/notebooks/grammar-4.jpg"> @@ -53,4 +52,4 @@ </div> </div> </body> -</html>
\ No newline at end of file +</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> diff --git a/neocities/index.html b/neocities/index.html index 4a93d26..d446639 100644 --- a/neocities/index.html +++ b/neocities/index.html @@ -34,7 +34,7 @@ <br> <p>moved</p> - <p style="color:grey; font-size: small">Updated: 2026-02-17 18:45:51</p> + <p style="color:grey; font-size: small">Updated: 2026-02-20 20:56:26</p> <a href="https://softmachine.dev">>> redirect</a> </body> |
