YU Torah

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
body {
margin: 0;
padding: 0;
overflow: hidden;
}

#container {
position: relative;
width: 100vw;
height: 100vh;
overflow: hidden;
}

#websiteFrame {
position: absolute;
width: 100%;
height: 100%;
border: none;
}
</style>
</head>
<body>
<div id="container">
<iframe id="websiteFrame" src="https://www.yutorah.org/" frameborder="0"></iframe>
</div>
</body>
</html>