blob: 74c99e178cbd4e981684158f2c932e8271c2c8a1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>HTML5Shiv</title>
<link rel="stylesheet" href="style.css">
<style>
body {
color: #fff;
background: url(data/body-crash.jpg);
}
</style>
<script src="../src/html5shiv-printshiv.js"></script>
<script src="//use.typekit.com/fbz1vwc.js"></script>
<script>
Typekit.load();
</script>
</head>
<body>
<section>1</section>
<section>2</section>
<section style="border-color: red;">3</section>
<section>
<iframe src="iframe.1-1.html" style="width:100%;height:100%;" frameborder="0"></iframe>
</section>
</body>
</html>
|