| <!DOCTYPE HTML> | |
| <!-- | |
| Any copyright is dedicated to the Public Domain. | |
| http://creativecommons.org/publicdomain/zero/1.0/ | |
| --> | |
| <html><head> | |
| <style> | |
| .container { | |
| list-style: none; | |
| padding: 0px; | |
| margin: 0px; | |
| } | |
| img { | |
| block-size: 55vw; | |
| aspect-ratio: 2/1; | |
| } | |
| </style> | |
| </head> | |
| <body> | |
| <ul class="container"> | |
| <li> | |
| <img src="support/colors-8x16.png"> | |
| </li> | |
| </ul> | |
| </body> | |
| </html> |