Start pulling together summit demo elements

This commit is contained in:
Lars Bergstrom 2013-09-20 11:40:36 -05:00
parent dafb2c3d7f
commit ee4a468c13

View file

@ -3,10 +3,18 @@
<title>Summit demo page</title>
</head>
<body>
<iframe src="about-mozilla.html" style="display:block; border: 1px; width: 400px; height: 400px"
<iframe sandbox="allow-scripts" src="filmstrip.html" style="display:block; border: 1px; width: 200px; height: 200px"
frameborder="yes" scrolling="yes"></iframe>
<iframe src="summit-link.html" style="display:block; border: 1px; width: 400px; height: 400px"
<iframe sandbox="allow-scripts" src="longcat.html" style="display:block; border: 1px; width: 600px; height: 600px"
frameborder="yes" scrolling="yes"></iframe>
<iframe sandbox="allow-scripts" src="test_sandboxed_iframe.html"
style="display:block; border: 1px; width: 300px; height: 300px">
</iframe>
<iframe src="summit-link.html" style="display:block; border: 1px; width: 300px; height: 300px"
frameborder="yes" scrolling="yes">
</iframe>
</body>
</html>