agenda-libre-ruby/public/iframeSample.html

20 lines
406 B
HTML

<!DOCTYPE html>
<html>
<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;
}
iframe { height: 90%; width: 99%; }
</style>
</head>
<body>
<iframe src='/'></iframe>
</body>
</html>