Spaces:
Running
Running
Update developermarketfit-com--main.html
Browse files
developermarketfit-com--main.html
CHANGED
@@ -5,15 +5,40 @@
|
|
5 |
<meta name="viewport" content="width=device-width" />
|
6 |
<meta name="twitter:card" content="player"/>
|
7 |
<meta name="twitter:site" content=""/>
|
8 |
-
<meta name="twitter:player" content="https://developermarketfit.
|
9 |
-
<meta name="twitter:player:stream" content="https://developermarketfit.
|
10 |
<meta name="twitter:player:width" content="100%"/>
|
11 |
-
<meta name="twitter:player:height" content="
|
12 |
<meta property="og:title" content="Developer Market Fit"/>
|
13 |
<meta property="og:description" content="3-minute newsletter that will you help you build strong online presence."/>
|
14 |
<meta property="og:image" content="https://developermarketfit.com/assets/images/image01.jpg"/>
|
15 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
</head>
|
17 |
<body>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
18 |
</body>
|
19 |
</html>
|
|
|
5 |
<meta name="viewport" content="width=device-width" />
|
6 |
<meta name="twitter:card" content="player"/>
|
7 |
<meta name="twitter:site" content=""/>
|
8 |
+
<meta name="twitter:player" content="https://portal-collection.static.hf.space/developermarketfit-com--main.html"/>
|
9 |
+
<meta name="twitter:player:stream" content="https://portal-collection.static.hf.space/developermarketfit-com--main.html"/>
|
10 |
<meta name="twitter:player:width" content="100%"/>
|
11 |
+
<meta name="twitter:player:height" content="100%"/>
|
12 |
<meta property="og:title" content="Developer Market Fit"/>
|
13 |
<meta property="og:description" content="3-minute newsletter that will you help you build strong online presence."/>
|
14 |
<meta property="og:image" content="https://developermarketfit.com/assets/images/image01.jpg"/>
|
15 |
+
<!--meta http-equiv="refresh" content="0; url=https://developermarketfit.com/"-->
|
16 |
+
<style>
|
17 |
+
.container {
|
18 |
+
position: relative;
|
19 |
+
overflow: hidden;
|
20 |
+
width: 100%;
|
21 |
+
padding-top: 100%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
|
22 |
+
}
|
23 |
+
.responsive-iframe {
|
24 |
+
position: absolute;
|
25 |
+
top: 0;
|
26 |
+
left: 0;
|
27 |
+
bottom: 0;
|
28 |
+
right: 0;
|
29 |
+
width: 100%;
|
30 |
+
height: 100%;
|
31 |
+
}
|
32 |
+
</style>
|
33 |
</head>
|
34 |
<body>
|
35 |
+
<div class="container">
|
36 |
+
<iframe
|
37 |
+
class="responsive-iframe"
|
38 |
+
src="https://developermarketfit.com/"
|
39 |
+
frameborder="0"
|
40 |
+
></iframe>
|
41 |
+
</div>
|
42 |
+
|
43 |
</body>
|
44 |
</html>
|