Spaces:
Sleeping
Sleeping
ahmedghani
commited on
Commit
•
dd29c6e
1
Parent(s):
eebf98a
Update index.html
Browse files- index.html +18 -11
index.html
CHANGED
@@ -1,18 +1,25 @@
|
|
1 |
<!DOCTYPE html>
|
2 |
<html>
|
3 |
<head>
|
4 |
-
|
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 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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>
|