blob: e09e90bd8b79fcb0c9ec5ef0060235e68dd32a4f (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<!DOCTYPE html>
<style>
html{
background-color:black;
}
div {
width: 200px;
height: 200px;
}
</style>
<div style="background-image:url(data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=)"></div>
|