blob: c84789c86906a6e78016962060f6c391bf710bee (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<!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>
|