-
Notifications
You must be signed in to change notification settings - Fork 44
/
child1.html
32 lines (32 loc) · 1020 Bytes
/
child1.html
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
28
29
30
31
32
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Seamless.js | Beautiful, seamless iframes.</title>
<link rel="stylesheet" href="css/foundation.css" />
<script src="https://code.jquery.com/jquery-1.11.0.min.js"></script>
<script src="build/seamless.child.js"></script>
<script src="child.js"></script>
</head>
<body>
<div class="content" style="margin:10px;">
<div class="row">
<div class="large-12 columns">
<h1></h1>
<em>
This is the Child Page 1.
You can set the header of this page using the input above.
Use the swap button to swap the header and image from Child Page 2.
You can also pop this page outside of the iframe by clicking <a href="child1.html?noiframe=true">here</a>.
</em>
</div>
</div>
<div class="row">
<div class="large-12 columns">
<img id="image" src="" />
</div>
</div>
</div>
</body>
</html>