website/random/badapple/index.html
2024-04-22 03:13:17 -05:00

18 lines
258 B
HTML

<style>
* {
margin: 0;
padding: 0;
}
img {
image-rendering: crisp-edges;
image-rendering: pixelated;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
height: 80%;
}
</style>
<body>
<img src="badapple.gif">
</body>