diff options
| author | Radiohotline <radiohotline@disroot.org> | 2026-02-17 12:12:37 +0000 |
|---|---|---|
| committer | Radiohotline <radiohotline@disroot.org> | 2026-02-17 12:12:37 +0000 |
| commit | 223ef7acb24356fca6cf5ab40c02b43a09452093 (patch) | |
| tree | d845297a50e78f9ca9c37c113b78b8a2aaa1c138 /images.txt | |
| parent | cae6b00e0f3352a323af2400bf7f9deb7460c7de (diff) | |
| parent | 37522616a3efcaa3c7b40821155e8f1fff5c9985 (diff) | |
about
Diffstat (limited to 'images.txt')
| -rw-r--r-- | images.txt | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/images.txt b/images.txt new file mode 100644 index 0000000..5c2aaa7 --- /dev/null +++ b/images.txt @@ -0,0 +1,35 @@ + <div class="flex"> + <a href="brain.html"> + <img src="img/index/brain.png" style="max-width: 200px;" </div> + + <div class="flex"> + <a href="art.html"> + <img src="img/index/art.png" style="max-width: 350px;" onmouseover="this.src='img/index/art_select.png';" onmouseout="this.src='img/index/art.png';"></a> + + <div class="wrap"> + <a href="moloch.html"> + + <div class="eye" style="top: 160px; left: 70px;"> + <div class="pupil"></div> + </div> + + <div class="eye" style="top: 145px; left: 40px; width: 30px;"> + <div class="pupil"></div> + </div> + + <img src="img/index/weener.png" style="max-width: 250px;" onmouseover="this.src='img/index/weener_select.png';" onmouseout="this.src='img/index/weener.png';"></a> + </div> + + <a href="tech.html"> + <img src="img/index/computer.png" style="max-width:350px;" onmouseover="this.src='img/index/computer_select.png';" onmouseout="this.src='img/index/computer.png';"></a> + </div> + + <div class="flex"> + <a href="creatures.html"> + <img src="img/index/doll.png" style="max-width: 200px;" onmouseover="this.src='img/index/doll_select.png';" onmouseout="this.src='img/index/doll.png';"></a> + + <div style="width: 200px;"></div> + + <a href="music.html"> + <img src="img/index/music.png" style="max-width: 250px;" onmouseover="this.src='img/index/music_select.png';" onmouseout="this.src='img/index/music.png';"></a> + </div> |
