Skip to content

Commit

Permalink
link for KLP
Browse files Browse the repository at this point in the history
  • Loading branch information
jflaloux committed Dec 12, 2015
1 parent 655cb50 commit 2e846f8
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions klp/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Test Layout</title>
<style type="text/css">
body, html
{
margin: 0; padding: 0; height: 100%; overflow: hidden;
}

#content
{
position:absolute; left: 0; right: 0; bottom: 0; top: 0px;
}
</style>
</head>
<body>
<div id="content">
<iframe width="100%" height="100%" frameborder="0" src="http://jeanfran.5gbfree.com/KLP/" />
</div>
</body>
</html>

0 comments on commit 2e846f8

Please sign in to comment.