Skip to content

Commit

Permalink
Merge pull request #1 from xSova/accessibility-upkeep
Browse files Browse the repository at this point in the history
Accessibility upkeep
  • Loading branch information
neauoire committed Dec 22, 2023
2 parents a1ce6cc + 67b759f commit 3d9f55e
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html lang="en">
<head>
<meta charset='UTF-8'>
<!-- Basic -->
Expand All @@ -15,14 +15,16 @@
<wallpaper id='bg'></wallpaper>
<menu>
<a href='https://wiki.xxiivv.com/site/home.html' id='logo'>
<svg version="1.1" baseProfile="full" xmlns="http://www.w3.org/2000/svg" height='33.0' width='160.0'>
<svg xmlns="http://www.w3.org/2000/svg" height='33.0' width='160.0' role="img" aria-labelledby="title desc">
<title id="title">xxiivv logo</title>
<desc id="desc">A continuous wave line drawing transitioning from a sine wave, to a square wave, and finally into a sawtooth wave.</desc>
<path d='M 3.0 31.0 l 0 -22 a 7.5,7.5 0 1,1 15.0,0 l 0 15.0 a 7.5,7.5 0 0,0 15.0,0 l 0 -15.0 a 7.5,7.5 0 1,1 15.0,0 l 0 22.5 l 15.0 0 l 0 -30.0 l 15.0 0 l 0 30.0 l 15.0 0 l 0 -30.0 l 0.6 0 l 15.0 28.5 l 15.0 -27.0 l 15 28.5' stroke='white' stroke-width='1.5' fill='none' stroke-linecap='round'/>
</svg>
</a>
</menu>
<footer id='footer'>
<a target='_blank' href='http://100r.co/'><img src='media/vectors/hundredrabbits.svg'></a>
<a target='_blank' href='http://webring.xxiivv.com/#random'><img src='media/vectors/webring.svg'></a>
<a target='_blank' href='http://100r.co/'><img src='media/vectors/hundredrabbits.svg' alt="100rabbits logo consisting of a 10x10 grid of small circles forming a square"></a>
<a target='_blank' href='http://webring.xxiivv.com/#random'><img src='media/vectors/webring.svg' alt="Merveilles webring logo with a central circle and three evenly spaced spiral arms extending outward, terminating equidistantly and forming a triangular configuration"></a>
</footer>
<audio loop autoplay>
<source src='media/audio/ambience.mp3' type='audio/mpeg'>
Expand Down

0 comments on commit 3d9f55e

Please sign in to comment.