2014-08-24 14:24:53 +02:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
2019-04-24 10:52:08 +02:00
|
|
|
<head>
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
<style type="text/css">
|
|
|
|
html, body, iframe {
|
|
|
|
width: 100%;
|
|
|
|
border: none;
|
|
|
|
height: 100%;
|
|
|
|
margin: 0;
|
|
|
|
background-color: #dfd;
|
|
|
|
}
|
2019-04-24 15:13:59 +02:00
|
|
|
iframe { width: 100%; }
|
2019-04-24 10:52:08 +02:00
|
|
|
</style>
|
2019-04-24 15:13:59 +02:00
|
|
|
<script src='https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js'></script>
|
2019-04-24 10:52:08 +02:00
|
|
|
</head>
|
2014-08-24 14:24:53 +02:00
|
|
|
<body>
|
2019-04-24 15:13:59 +02:00
|
|
|
<iframe id='myIframe' src='/?iframe=true' frameborder='0'></iframe>
|
2014-08-24 14:24:53 +02:00
|
|
|
</body>
|
|
|
|
</html>
|