Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE HTML>
<!--
Any copyright is dedicated to the Public Domain.
-->
<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>