diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/footer.html | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/templates/footer.html b/templates/footer.html index 79074d5..a40b684 100644 --- a/templates/footer.html +++ b/templates/footer.html @@ -1,10 +1,12 @@ -<div class='transflag' - title="A html rendering of the trans flag"> - <div class='blue'></div> - <div class='pink'></div> - <div class='white'></div> - <div class='pink'></div> - <div class='blue'></div> +<div class="transflag"> + <svg version="1.1" width="90" height="60"> + <g transform="scale(90,60)"> + <rect width="1" height="0.2" x="0" y="0" fill="#4ac2fe"></rect> + <rect width="1" height="0.2" x="0" y="0.2" fill="#ef95ae"></rect> + <rect width="1" height="0.2" x="0" y="0.4" fill="#fff"></rect> + <rect width="1" height="0.2" x="0" y="0.6" fill="#ef95ae"></rect> + <rect width="1" height="0.2" x="0" y="0.8" fill="#4ac2fe"></rect> + </svg> </div> <footer> <p>© 2023 TheWomanInMyEye dot org - |