aboutsummaryrefslogtreecommitdiff
path: root/exampleData/frames/iframetest.html
diff options
context:
space:
mode:
Diffstat (limited to 'exampleData/frames/iframetest.html')
-rw-r--r--exampleData/frames/iframetest.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/exampleData/frames/iframetest.html b/exampleData/frames/iframetest.html
index 3294bc8..449ff5e 100644
--- a/exampleData/frames/iframetest.html
+++ b/exampleData/frames/iframetest.html
@@ -4,9 +4,9 @@
<body>
<h1>This document contains iFrames</h1>
<p>Here is an iframe:</p>
- <iframe src="../basic/headings.html" width="600" height="300"></iframe>
+ <iframe src="../sites/headings.html" width="600" height="300"></iframe>
<br/>
<p>Here is another iframe:</p>
- <iframe src="../basic/headings.html" width="600" height="300"></iframe>
+ <iframe src="../sites/headings.html" width="600" height="300"></iframe>
</body>
</html>