ahmedghani commited on
Commit
dd29c6e
1 Parent(s): eebf98a

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +18 -11
index.html CHANGED
@@ -1,18 +1,25 @@
1
  <!DOCTYPE html>
2
  <html>
3
  <head>
4
- <meta charset="utf-8" />
5
- <meta name="viewport" content="width=device-width" />
6
  <meta property="og:url" content="https://huggingface-projects-diffusers-gallery.hf.space/">
7
  <meta property="og:title" content="Ekkel AI">
8
  <meta property="og:type" content="website">
9
- <title>Ekkel AI</title>
10
- <link rel="stylesheet" href="style.css" />
11
- <script src="https://cdnjs.cloudflare.com/ajax/libs/iframe-resizer/4.3.1/iframeResizer.contentWindow.min.js"></script>
12
- </head>
13
- <body>
14
- <h1>Ekkel AI</h1>
15
- <pre>Ekkel is a services based company.</pre>
16
- <iframe src="https://www.ekkel.ai/" height="1000px" width="450px"></iframe>
17
- </body>
 
 
 
 
 
 
 
 
18
  </html>
 
1
  <!DOCTYPE html>
2
  <html>
3
  <head>
4
+ <title>Ekkel AI</title>
 
5
  <meta property="og:url" content="https://huggingface-projects-diffusers-gallery.hf.space/">
6
  <meta property="og:title" content="Ekkel AI">
7
  <meta property="og:type" content="website">
8
+ <style type="text/css">
9
+ body, html
10
+ {
11
+ margin: 0; padding: 0; height: 100%; overflow: hidden;
12
+ }
13
+
14
+ #content
15
+ {
16
+ position:absolute; left: 0; right: 0; bottom: 0; top: 0px;
17
+ }
18
+ </style>
19
+ </head>
20
+ <body>
21
+ <div id="content">
22
+ <iframe width="100%" height="100%" frameborder="0" src="http://cnn.com"></iframe>
23
+ </div>
24
+ </body>
25
  </html>