Add a hosted page for the core.html
[skeletonkey.git] / hosted.html
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <title>Skeleton Key Hosted</title>
5 <link rel="stylesheet" href="common.css" />
6 <link rel="stylesheet" href="hosted.css" />
7 </head>
8 <body>
9 <h1>Skeleton Key</h1>
10
11 <p>
12 Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
13 tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim
14 veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea
15 commodo consequat. Duis aute irure dolor in reprehenderit in voluptate
16 velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat
17 cupidatat non proident, sunt in culpa qui officia deserunt mollit anim
18 id est laborum.
19 </p>
20
21 <iframe id="core" src="core.html" />
22 </body>
23 </html>