9 lines
284 B
HTML
9 lines
284 B
HTML
|
|
<html>
|
||
|
|
<style>
|
||
|
|
body, html {width: 300px; height: 250px; background-color: gray; overflow: hidden; padding:0!important; margin: 0!important;}
|
||
|
|
img {width: 300px; height: 250px;}
|
||
|
|
</style>
|
||
|
|
</html>
|
||
|
|
<body>
|
||
|
|
<img src="https://R74n.com/icons/thumbnail.png">
|
||
|
|
</body>
|