16 lines
450 B
HTML
16 lines
450 B
HTML
<!DOCTYPE html>
|
|
<!--
|
|
Any copyright is dedicated to the Public Domain.
|
|
http://creativecommons.org/publicdomain/zero/1.0/
|
|
-->
|
|
<style>
|
|
iframe {
|
|
border: none;
|
|
/* This fixed size is just so that we would cause overflow & trigger
|
|
scrollbars, if we were adding any margin to the internal document.
|
|
(We're not intending to do so...) */
|
|
height: 51px;
|
|
width: 51px;
|
|
}
|
|
</style>
|
|
<iframe src="blue-50x50.png"></iframe>
|