blob: b5affa6df696ca114e2ce05dd0096ae872f3ade9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Test 1</title>
<link rel="stylesheet" href="style.css">
<script src="../src/html5shiv-printshiv.js"></script>
</head>
<body>
<section>
<p><a href="iframe.1-2.html">Change to Test Page 2</a></p>
</section>
</body>
</html>
|