blob: a40b684ead8c633742544c256dc2293e12dee53d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<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 -
<a id="license" rel="license external noopener noreferrer"
target="_blank"
href="https://creativecommons.org/licenses/by/4.0/">CC BY-SA 4.0</a>
unless otherwise noted.</p>
</footer>
|