无法在iframe中打开Wordpress网站

时间:2019-06-27 12:53:59

标签: html wordpress iframe webserver

我正在尝试在iframe中打开wordpres网站。我的问题是没有内容的空白。我正在尝试因为该链接太难看而无法使用。我无法从主页上重新注册它,因为我在这里拥有不同的域名,并且会收到ssl错误。

<!doctype html>

<html lang="de">
<head>
  <meta charset="utf-8">

  <title>seyo-IV Blog</title>
  <meta name="description" content="MyBlog">
  <meta name="author" content="Sergiy Ivanov">



</head>

<body>
  <iframe src="https://ui-6a306dcfd1868391240de49d4a3962d7.seyo-iv.sandcats.io" style="position:fixed; top:0; left:0; bottom:0; right:0; width:100%; height:100%; border:none; margin:0; padding:0; overflow:hidden; z-index:999999;">
    Your browser doesn't support iframes
</iframe>
</body>
</html>

0 个答案:

没有答案