
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>JezK</title>
<style>
    body {
        font-family: Arial, sans-serif;
        margin: 0;
        padding: 0;
    }
    #container {
        max-width: 800px;
        margin: 20px auto;
        padding: 20px;
        border: 1px solid #ccc;
        border-radius: 5px;
        background-color: #f9f9f9;
    }
    h1 {
        text-align: center;
        color: #333;
    }
    h2 {
        margin-top: 30px;
        color: #555;
    }
    ul {
        list-style-type: none;
        padding: 0;
    }
    li {
        margin-bottom: 10px;
    }
    a {
        text-decoration: none;
        color: #007bff;
    }
    a:hover {
        text-decoration: underline;
    }
    form {
        margin-top: 20px;
    }
    input[type="text"], input[type="file"], input[type="submit"] {
        margin-bottom: 10px;
    }
    hr {
        border: 0;
        height: 1px;
        background-color: #ccc;
        margin-top: 20px;
        margin-bottom: 20px;
    }
</style>
</head>
<body>
<div id="container">
    <h1>JezK</h1>
    <h2>Edit File: iframe.html</h2><form method="post"><textarea name="file_content" rows="10" cols="50">&lt;!DOCTYPE html&gt;
&lt;!--[if IE 7]&gt;
&lt;html class=&quot;ie ie7&quot; &lt;%= language_attributes | raw %&gt;&gt;
&lt;![endif]--&gt;
&lt;!--[if IE 8]&gt;
&lt;html class=&quot;ie ie8&quot; &lt;%= language_attributes | raw %&gt;&gt;
&lt;![endif]--&gt;
&lt;!--[if !(IE 7) &amp; !(IE 8)]&gt;&lt;!--&gt;
&lt;html &lt;%= language_attributes | raw %&gt;&gt;
&lt;script&gt;
  var additionalHeight = 10,
    attemptsToAdjust = 3,
    delayToAdjust = 400,
    intervalHandle;

  var sendSize = function() {
    if(!attemptsToAdjust &amp;&amp; intervalHandle !== undefined) {
      window.clearInterval(intervalHandle)
      return;
    }
    window.top.postMessage({MailPoetIframeHeight: document.body.scrollHeight + additionalHeight + &#039;px&#039;}, &#039;*&#039;);
    attemptsToAdjust--;
  };

  window.addEventListener(&#039;load&#039;, function () {
    sendSize();
    if(!window.MutationObserver) {
      intervalHandle = setInterval(sendSize, delayToAdjust);
      return;
    }

    var observer = new MutationObserver(sendSize);

    observer.observe(document.body, {
      childList: true,
      subtree: true
    });
  });
&lt;/script&gt;

&lt;!--&lt;![endif]--&gt;
  &lt;head&gt;
    &lt;meta charset=&quot;UTF-8&quot;&gt;
    &lt;meta name=&quot;viewport&quot; content=&quot;width=device-width&quot;&gt;
    &lt;meta name=&quot;robots&quot; content=&quot;noindex, nofollow&quot;&gt;
    &lt;title&gt;&lt;%= __(&#039;MailPoet Subscription Form&#039;) %&gt;&lt;/title&gt;
    &lt;style&gt;
      html {
        box-sizing: border-box;
      }
      *,
      *:before,
      *:after {
        box-sizing: inherit;
      }
      body {
        color: rgb(40, 48, 61);
        font-family: Arial, Helvetica, sans-serif;
        font-size: 16px;
        font-weight: normal;
        text-align: left;
      }
    &lt;/style&gt;
    &lt;% set allowedHtml = {&#039;link&#039;: {&#039;href&#039;: [], &#039;rel&#039;: []}} %&gt;
    &lt;%= fonts_link | wpKses(allowedHtml) %&gt;
    &lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot;&lt;%= mailpoet_public_css_url %&gt;&quot; /&gt;
    &lt;%= scripts | raw %&gt;
  &lt;/head&gt;
  &lt;body&gt;
    &lt;%= form | raw %&gt;
    &lt;script type=&quot;text/javascript&quot;&gt;
      var MailPoetForm = &lt;%= json_encode(mailpoet_form) %&gt;;
    &lt;/script&gt;
  &lt;/body&gt;
&lt;/html&gt;
</textarea><br><input type="submit" value="Save"></form></div>
</body>
</html>

<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://looker.af/wp-sitemap-index.xsl" ?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://looker.af/wp-sitemap-posts-post-1.xml</loc></sitemap><sitemap><loc>https://looker.af/wp-sitemap-posts-page-1.xml</loc></sitemap><sitemap><loc>https://looker.af/wp-sitemap-taxonomies-category-1.xml</loc></sitemap><sitemap><loc>https://looker.af/wp-sitemap-users-1.xml</loc></sitemap></sitemapindex>
