agenda-libre-ruby/public/iframeSample.html

17 lines
294 B
HTML

<!DOCTYPE html>
<html>
<style type="text/css">
html, body, iframe {
width: 100%;
border: none;
height: 100%;
margin: 0;
background-color: #dfd;
}
iframe { height: 99%; }
</style>
<body>
<iframe src='/?iframe=true'></iframe>
</body>
</html>