blob: 7f80540c5f88a7cbce2a2cb7d3e9232f07267e98 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<!DOCTYPE html>
<style>
iframe {
width: 100%;
}
html, body, iframe {
margin: 0;
padding: 0;
border: none;
height: 100%;
}
</style>
<iframe src="resources/large_CDATA_ref.html"></iframe>
|