asv7j commited on
Commit
2201635
1 Parent(s): 8c4cfc0

Create index.html

Browse files
Files changed (1) hide show
  1. index.html +13 -0
index.html ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!-- index.html -->
2
+ <!DOCTYPE html>
3
+ <html lang="en">
4
+ <head>
5
+ <meta charset="UTF-8">
6
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
7
+ <title>Embedded Webpage</title>
8
+ </head>
9
+ <body>
10
+ <h1>Embedded Webpage Example</h1>
11
+ <iframe src="https://google.com" width="100%" height="100%"></iframe>
12
+ </body>
13
+ </html>