agenda-libre-ruby/public/iframeSample.html

21 lines
530 B
HTML
Raw Permalink Normal View History

<!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>
<body>
2019-04-24 15:13:59 +02:00
<iframe id='myIframe' src='/?iframe=true' frameborder='0'></iframe>
</body>
</html>