Skip to content

Commit 6cd04b6

Browse files
authored
Update page2.html
1 parent 485837a commit 6cd04b6

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

channel-messaging-multimessage/page2.html

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@
77
<title>My page title</title>
88
<link href='http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300|Lobster+Two' rel='stylesheet' type='text/css'>
99
<link rel="stylesheet" href="style.css">
10-
<!--[if lt IE 9]>
11-
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
12-
<![endif]-->
1310
</head>
1411
<body>
1512
<ul></ul>
@@ -35,4 +32,4 @@
3532
port2.postMessage('Message received by IFrame: "' + e.data + '"');
3633
}
3734
</script>
38-
</html>
35+
</html>

0 commit comments

Comments
 (0)