Skip to content

Commit

Permalink
Create index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
smitshetye authored Aug 15, 2024
1 parent 7d0390d commit e66e306
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions movies/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Movie</title>
<style>
html, body {
margin: 0;
padding: 0;
height: 100%;
overflow: hidden;
}
iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: none;
}
</style>
</head>
<body>
<iframe src="https://coppola.qodeinteractive.com/" title="Full Screen iFrame"></iframe>
</body>
</html>

0 comments on commit e66e306

Please sign in to comment.