mirror of
https://github.com/RGBCube/serenity
synced 2025-05-21 11:45:07 +00:00
10 lines
224 B
HTML
10 lines
224 B
HTML
<!DOCTYPE html>
|
|
<style>
|
|
body {
|
|
background: white url("smiley.png") repeat;
|
|
}
|
|
</style>
|
|
<body>
|
|
<!-- HACK: Force the document to wait for the image to load -->
|
|
<img src="smiley.png" style="opacity: 0"/>
|
|
</body>
|