It looks like this is a web page, not a feed. I looked for a feed associated with this page, but couldn't find one. Please enter the address of your feed to validate.

Source: http://wowclothes.ru

  1. <!DOCTYPE html>
  2. <html lang="ru">
  3. <head>
  4.  <meta charset="UTF-8">
  5.  <title>Новый сайт успешно создан и готов к работе</title>
  6.  <!-- b0a8e2d8ccb04b24683d347076e80d29e451a385:d3aa2e6571e673001cb012eda23bd97d02234f0b -->
  7.  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  8.  <script src="https://cdnjs.cloudflare.com/ajax/libs/lodash.js/4.17.10/lodash.min.js"></script>
  9.  <script src="https://code.jquery.com/jquery-3.3.1.min.js"></script>
  10.  <link href="https://cdnjs.cloudflare.com/ajax/libs/fancybox/3.3.5/jquery.fancybox.min.css" rel="stylesheet">
  11.  <script src="https://cdnjs.cloudflare.com/ajax/libs/fancybox/3.3.5/jquery.fancybox.min.js"></script>
  12.  <link href="https://fonts.googleapis.com/css?family=PT+Sans&amp;subset=cyrillic,latin-ext" rel="stylesheet">
  13.  <link href="https://fonts.googleapis.com/css?family=PT+Sans+Caption&amp;subset=cyrillic,latin-ext" rel="stylesheet">
  14.  <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.2.0/css/solid.css"
  15.        integrity="sha384-wnAC7ln+XN0UKdcPvJvtqIH3jOjs9pnKnq9qX68ImXvOGz2JuFoEiCjT8jyZQX2z" crossorigin="anonymous">
  16.  <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.2.0/css/fontawesome.css"
  17.        integrity="sha384-HbmWTHay9psM8qyzEKPc8odH4DsOuzdejtnr+OFtDmOcIVnhgReQ4GZBH7uwcjf6" crossorigin="anonymous">
  18.  <style>
  19.  
  20.  
  21.    #ru, #en {
  22.      display: -webkit-box;
  23.      display: -ms-flexbox;
  24.      display: flex;
  25.      -webkit-box-orient: vertical;
  26.      -webkit-box-direction: normal;
  27.      -ms-flex-direction: column;
  28.      flex-direction: column;
  29.      font-family: 'PT Sans', Arial, sans-serif;
  30.      font-size: 16px;
  31.      height: 100%;
  32.      min-height: 768px;
  33.      margin: 0;
  34.    }
  35.  
  36.    html {
  37.      height: 100%;
  38.    }
  39.  
  40.    .top, .bottom, hr {
  41.      flex-shrink: 0;
  42.    }
  43.  
  44.    hr {
  45.      height: 2px;
  46.      border: 0;
  47.      box-shadow: inset 0 12px 12px -12px rgba(0, 0, 0, 0.5);
  48.      margin: 0;
  49.    }
  50.  
  51.    a {
  52.      color: #2fa3e7;
  53.      text-decoration: none
  54.    }
  55.  
  56.    a:focus, a:hover {
  57.      color: #157ab5;
  58.      text-decoration: none
  59.    }
  60.  
  61.    body {
  62.      font-family: 'PT Sans', Arial, sans-serif;
  63.      font-size: 16px;
  64.      height: 100%;
  65.      margin: 0;
  66.    }
  67.  
  68.    .b-alert {
  69.        font-family: 'PT Sans', Arial, sans-serif;
  70.        position: relative;
  71.        padding: 20px 20px 20px 65px;
  72.        min-height: 60px;
  73.        box-sizing: border-box;
  74.        border: 1px solid #000;
  75.        border-radius: 0;
  76.        background-color: #fff;
  77.        background-repeat: no-repeat;
  78.        color: #000;
  79.        text-align: left;
  80.        font-size: 16px;
  81.        line-height: 20px;
  82.        -webkit-box-shadow: 0 2px 4px rgba(146,149,163,.5);
  83.        box-shadow: 0 2px 4px rgba(146,149,163,.5)
  84.    }
  85.  
  86.    .b-alert:before {
  87.        background-image: url(https://cp.beget.com/img/icons/new_alert/alert.svg)
  88.    }
  89.  
  90.    .b-alert:before {
  91.        content: "";
  92.        display: block;
  93.        position: absolute;
  94.        top: 19px;
  95.        left: 0;
  96.        width: 45px;
  97.        height: 20px;
  98.        border-radius: 0 4px 4px 0;
  99.        background-repeat: no-repeat;
  100.        background-position: center right 4px
  101.    }
  102.  
  103.    .b-alert.b-alert--info {
  104.        border-color: #2fa3e7
  105.    }
  106.  
  107.    .b-alert.b-alert--info:before {
  108.        background-color: #2fa3e7
  109.    }
  110.  
  111.    .b-alert.b-alert--warning {
  112.        border-color: #fba700
  113.    }
  114.  
  115.    .b-alert.b-alert--warning:before {
  116.        background-color: #fba700
  117.    }
  118.  
  119.    .b-alert.b-alert--danger {
  120.        border-color: #bd2327
  121.    }
  122.  
  123.    .b-alert.b-alert--danger:before {
  124.        background-color: #bd2327
  125.    }
  126.  
  127.    .b-alert.b-alert--success {
  128.        border-color: #6ec331
  129.    }
  130.  
  131.    .b-alert.b-alert--success:before {
  132.        background-color: #6ec331
  133.    }
  134.  
  135.    .b-alert.b-alert--icon-alarm:before {
  136.        background-image: url(https://cp.beget.com/img/icons/new_alert/alarm.svg)
  137.    }
  138.  
  139.    .b-alert.b-alert--icon-backup:before {
  140.        background-image: url(https://cp.beget.com/img/icons/new_alert/backup.svg)
  141.    }
  142.  
  143.    .b-alert.b-alert--icon-card:before {
  144.        background-image: url(https://cp.beget.com/img/icons/new_alert/card.svg)
  145.    }
  146.  
  147.    .b-alert.b-alert--icon-check:before {
  148.        background-image: url(https://cp.beget.com/img/icons/new_alert/check.svg)
  149.    }
  150.  
  151.    .b-alert.b-alert--icon-database:before {
  152.        background-image: url(https://cp.beget.com/img/icons/new_alert/database.svg)
  153.    }
  154.  
  155.    .b-alert.b-alert--icon-delete:before {
  156.        background-image: url(https://cp.beget.com/img/icons/new_alert/delete.svg)
  157.    }
  158.  
  159.    .b-alert.b-alert--icon-domain:before {
  160.        background-image: url(https://cp.beget.com/img/icons/new_alert/domain.svg)
  161.    }
  162.  
  163.    .b-alert.b-alert--icon-info:before {
  164.        background-image: url(https://cp.beget.com/img/icons/new_alert/info.svg)
  165.    }
  166.  
  167.    .b-alert.b-alert--icon-locked:before {
  168.        background-image: url(https://cp.beget.com/img/icons/new_alert/locked.svg)
  169.    }
  170.  
  171.    .b-alert.b-alert--icon-mail:before {
  172.        background-image: url(https://cp.beget.com/img/icons/new_alert/mail.svg)
  173.    }
  174.  
  175.    .b-alert.b-alert--icon-phone:before {
  176.        background-image: url(https://cp.beget.com/img/icons/new_alert/phone.svg)
  177.    }
  178.  
  179.    .b-alert.b-alert--icon-php:before {
  180.        background-image: url(https://cp.beget.com/img/icons/new_alert/php.svg)
  181.    }
  182.  
  183.    .b-alert.b-alert--icon-redis:before {
  184.        background-image: url(https://cp.beget.com/img/icons/new_alert/redis.svg)
  185.    }
  186.  
  187.    .b-alert.b-alert--icon-setup:before {
  188.        background-image: url(https://cp.beget.com/img/icons/new_alert/setup.svg)
  189.    }
  190.  
  191.    .b-alert.b-alert--icon-support:before {
  192.        background-image: url(https://cp.beget.com/img/icons/new_alert/support.svg)
  193.    }
  194.  
  195.    h1, h2 {
  196.      font-family: 'PT Sans Caption', Arial, sans-serif;
  197.      font-weight: normal;
  198.      margin: 0;
  199.    }
  200.  
  201.    h1 {
  202.      font-size: 21px;
  203.      line-height: 30px;
  204.    }
  205.  
  206.    h2 {
  207.      font-size: 18px;
  208.    }
  209.  
  210.    @media screen and (min-width: 801px) {
  211.  
  212.      body {
  213.        display: -webkit-box;
  214.        display: -ms-flexbox;
  215.        display: flex;
  216.        -webkit-box-orient: vertical;
  217.        -webkit-box-direction: normal;
  218.        -ms-flex-direction: column;
  219.        flex-direction: column;
  220.        min-height: 768px;
  221.      }
  222.  
  223.      .top {
  224.        background-color: #f7f9fa;
  225.        display: -webkit-box;
  226.        display: -ms-flexbox;
  227.        display: flex;
  228.        -webkit-box-orient: vertical;
  229.        -webkit-box-direction: normal;
  230.        -ms-flex-direction: column;
  231.        flex-direction: column;
  232.        -webkit-box-flex: 1;
  233.        -ms-flex-positive: 1;
  234.        flex-grow: 1;
  235.      }
  236.  
  237.      .bottom {
  238.        display: -webkit-box;
  239.        display: -ms-flexbox;
  240.        display: flex;
  241.      }
  242.  
  243.      header, footer, .hint {
  244.        width: 690px;
  245.        margin: 0 auto;
  246.      }
  247.  
  248.      .hint {
  249.        padding-top: 30px;
  250.      }
  251.  
  252.      header {
  253.        display: -webkit-inline-box;
  254.        display: -ms-inline-flexbox;
  255.        display: inline-flex;
  256.        -webkit-box-orient: horizontal;
  257.        -webkit-box-direction: normal;
  258.        -ms-flex-direction: row;
  259.        flex-direction: row;
  260.        -webkit-box-pack: justify;
  261.        -ms-flex-pack: justify;
  262.        justify-content: space-between;
  263.      }
  264.  
  265.      main {
  266.        display: -webkit-box;
  267.        display: -ms-flexbox;
  268.        display: flex;
  269.        -webkit-box-pack: start;
  270.        -ms-flex-pack: start;
  271.        justify-content: flex-start;
  272.        -webkit-box-orient: vertical;
  273.        -webkit-box-direction: normal;
  274.        -ms-flex-direction: column;
  275.        flex-direction: column;
  276.        width: 740px;
  277.        margin: 0 auto;
  278.      }
  279.  
  280.      footer {
  281.        display: -webkit-inline-box;
  282.        display: -ms-inline-flexbox;
  283.        display: inline-flex;
  284.        -webkit-box-orient: horizontal;
  285.        -webkit-box-direction: normal;
  286.        -ms-flex-direction: row;
  287.        flex-direction: row;
  288.        -webkit-box-pack: justify;
  289.        -ms-flex-pack: justify;
  290.        justify-content: space-between;
  291.        width: 690px;
  292.      }
  293.  
  294.      .logo img {
  295.        max-width: 100%;
  296.        max-height: 75px;
  297.        position: relative;
  298.        top: 15px;
  299.      }
  300.  
  301.      nav {
  302.        display: -webkit-inline-box;
  303.        display: -ms-inline-flexbox;
  304.        display: inline-flex;
  305.        -webkit-box-pack: end;
  306.        -ms-flex-pack: end;
  307.        justify-content: flex-end;
  308.        -webkit-box-align: center;
  309.        -ms-flex-align: center;
  310.        align-items: center;
  311.        padding-right: 10px;
  312.      }
  313.  
  314.      nav a {
  315.        padding: 0 15px
  316.      }
  317.  
  318.      .octo {
  319.        display: -webkit-box;
  320.        display: -ms-flexbox;
  321.        display: flex;
  322.        -webkit-box-pack: center;
  323.        -ms-flex-pack: center;
  324.        justify-content: center;
  325.      }
  326.  
  327.      .octo img {
  328.        height: 230px;
  329.        max-height: 230px;
  330.      }
  331.  
  332.      .icon img {
  333.        height: 75px;
  334.      }
  335.  
  336.      .footer-col {
  337.        display: -webkit-box;
  338.        display: -ms-flexbox;
  339.        display: flex;
  340.        -webkit-box-orient: vertical;
  341.        -webkit-box-direction: normal;
  342.        -ms-flex-direction: column;
  343.        flex-direction: column;
  344.        padding: 15px 0;
  345.      }
  346.  
  347.      .footer-col > * {
  348.        padding: 2px;
  349.      }
  350.  
  351.      .bottom-mobile {
  352.        display: none;
  353.      }
  354.    }
  355.  
  356.    @media screen and (max-width: 800px) {
  357.  
  358.      .top {
  359.        margin: 0 auto;
  360.        background-color: #f7f9fa;
  361.      }
  362.  
  363.      .bottom {
  364.        margin: 0 auto;
  365.        width: 95%;
  366.      }
  367.  
  368.      header, footer, main {
  369.        width: 95%;
  370.      }
  371.  
  372.      header, footer, main, .hint {
  373.        margin: 0 auto;
  374.      }
  375.  
  376.      .hint {
  377.        padding-top: 30px;
  378.        margin-bottom: 30px;
  379.      }
  380.  
  381.      .logo {
  382.        display: block;
  383.        width: 60%;
  384.        margin: 0 auto;
  385.      }
  386.  
  387.      .logo img {
  388.        width: 100%;
  389.      }
  390.  
  391.      .icon img {
  392.        display: none;
  393.      }
  394.  
  395.      .octo {
  396.        width: 60%;
  397.        margin: 0 auto;
  398.      }
  399.  
  400.      .octo img {
  401.        width: 100%;
  402.      }
  403.  
  404.      header nav {
  405.        display: none;
  406.      }
  407.  
  408.      .bottom {
  409.        display: none;
  410.      }
  411.  
  412.      .bottom-mobile footer {
  413.        display: table;
  414.        width: 95%;
  415.        margin-bottom: 35px;
  416.      }
  417.  
  418.      .bottom-mobile footer span {
  419.        text-align: right;
  420.        display: table-cell;
  421.      }
  422.  
  423.      .bottom-mobile footer txt {
  424.        display: table-cell;
  425.      }
  426.  
  427.      .bottom-mobile footer h2 {
  428.        margin-top: 20px;
  429.        margin-bottom: 5px;
  430.      }
  431.  
  432.      .bottom-mobile footer p {
  433.        display: table-row;
  434.        width: 100%;
  435.        line-height: 25px;
  436.      }
  437.    }
  438.  
  439.    .instruction-row, li {
  440.      margin-bottom: .5rem;
  441.    }
  442.  
  443.    .fa-li {
  444.      color: #84c738;
  445.    }
  446.  
  447.    .fa-ul {
  448.      margin-left: 1.3em;
  449.    }
  450.  
  451.    span.key {
  452.      background-color: white;
  453.      padding: 5px;
  454.      border-radius: 5px;
  455.      box-shadow: 0 0 4px 0 rgba(86, 94, 113, 0.2);
  456.    }
  457.  
  458.    .gallery {
  459.      padding-top: 20px;
  460.      display: none;
  461.    }
  462.  
  463.    .gallery a {
  464.      display: block;
  465.      margin-bottom: 30px;
  466.      margin-top: 15px;
  467.    }
  468.  </style>
  469. </head>
  470. <body>
  471. <div id="ru">
  472.  <div class="top">
  473.    <header>
  474.      <a href="http://beget.com" target="_blank" title="Перейти на сайт хостинг-провайдера" class="logo">
  475.        <img src="https://cp.beget.com/i/logo.png">
  476.      </a>
  477.      <nav>
  478.        <a href="https://cp.beget.com" target="_blank">Панель управления</a>
  479.        <a href="https://beget.com/ru/domain-register" target="_blank">Регистрация доменов</a>
  480.        <a href="https://beget.com/ru/virtual-hosting" target="_blank">Тарифы</a>
  481.      </nav>
  482.    </header>
  483.    <main>
  484.      <div class="octo">
  485.        <img src="https://cp.beget.com/img/octo/octo_coffee.png">
  486.      </div>
  487.      <div class="b-alert b-alert--success b-alert--icon-check">
  488.          Новый сайт успешно создан и готов к работе. Если у Вас возникли вопросы, мы с удовольствием ответим на них.
  489.      </div>
  490.      <div class="hint" id="cache-hint"></div>
  491.    </main>
  492.  </div>
  493.  <hr>
  494.  <div class="bottom-mobile">
  495.    <footer>
  496.      <h2>Тех. поддержка</h2>
  497.      <p>
  498.        <txt>Почта:</txt>
  499.        <span><a href="mailto:support@beget.com">support@beget.com</a></span></p>
  500.      <p>
  501.        <txt>Россия:</txt>
  502.        <span>+7 (800) 700-06-08</span></p>
  503.      <p>
  504.        <txt>Украина:</txt>
  505.        <span>+380 (800) 802-192</span></p>
  506.    </footer>
  507.  </div>
  508.  <div class="bottom">
  509.    <footer>
  510.      <div class="footer-col">
  511.        <div>Тех. поддержка:</div>
  512.        <div>Бухгалтерия:</div>
  513.        <div>Руководство:</div>
  514.        <div>Telegram:</div>
  515.        <div>Skype:</div>
  516.      </div>
  517.      <div class="footer-col" style="padding-right: 100px;">
  518.        <a href="mailto:support@beget.com">support@beget.com</a>
  519.        <a href="mailto:bills@beget.com">bills@beget.com</a>
  520.        <a href="mailto:manager@beget.com">manager@beget.com</a>
  521.        <a href="tg://resolve?domain=begetbot">@begetbot</a>
  522.        <a href="https://join.skype.com/bot/ceda3526-d09b-4157-b6f0-91a646073c7e?add" target="_blank">Добавить в
  523.          контакты</a>
  524.      </div>
  525.      <div class="footer-col">
  526.        <div>Россия:</div>
  527.        <div>СПб:</div>
  528.        <div>Москва:</div>
  529.        <div>Украина:</div>
  530.        <div>Киев:</div>
  531.      </div>
  532.      <div class="footer-col">
  533.        <b>+7 (800) 700-06-08</b>
  534.        <b>+7 (812) 3854136</b>
  535.        <b>+7 (495) 721-80-88</b>
  536.        <b>+380 (800) 802-192</b>
  537.        <b>+380 (44) 300-02-18</b>
  538.      </div>
  539.    </footer>
  540.  </div>
  541. </div>
  542.  
  543. <div id="en" style="display: none">
  544.  <div class="top">
  545.    <header>
  546.      <a href="http://beget.com" target="_blank" title="Web hosting home page" class="logo">
  547.        <img src="https://cp.beget.com/i/logo.png">
  548.      </a>
  549.      <nav>
  550.        <a href="https://cp.beget.com" target="_blank">Control Panel</a>
  551.        <a href="https://beget.com/en/domain-register" target="_blank">Domain registration</a>
  552.        <a href="https://beget.com/en/virtual-hosting" target="_blank">Plans</a>
  553.      </nav>
  554.    </header>
  555.    <main>
  556.      <div class="octo">
  557.        <img src="https://cp.beget.com/img/octo/octo_coffee.png">
  558.      </div>
  559.      <div class="b-alert b-alert--success b-alert--icon-check">
  560.          The new site has been successfully created and is ready to work. If you have any questions we will be happy to answer them.
  561.      </div>
  562.      <div class="hint" id="cache-hint"></div>
  563.    </main>
  564.  </div>
  565.  <hr>
  566.  <div class="bottom-mobile">
  567.  </div>
  568.  <div class="bottom">
  569.  </div>
  570. </div>
  571. <script type="text/template" id="hotkeyTemplate">
  572.  <% if ((browser.isOpera || browser.isFirefox || browser.isChrome) && browser.isMac) { %>
  573.  <span class="key">⌘</span> + <span class="key">R</span>
  574.  <% } %>
  575.  <% if ((browser.isOpera || browser.isFirefox || browser.isChrome) && !browser.isMac) { %>
  576.  <span class="key">Ctrl</span> + <span class="key">R</span>
  577.  <% } %>
  578.  <% if (browser.isIE || browser.isEdge) { %>
  579.  <span class="key">Ctrl</span> + <span class="key">F5</span>
  580.  <% } %>
  581.  <% if (browser.isSafari) { %>
  582.  <span class="key">⌥</span> + <span class="key">⌘</span> + <span class="key">E</span>
  583.  <% } %>
  584. </script>
  585. <script type="text/template" id="instructionTemplateRu">
  586.  <div>
  587.    <% _.forEach(data, function(item, index) { %>
  588.    <div class="instruction-row">
  589.      <div><%- index + 1 %>. <%- item.text %></div>
  590.      <% if (item.image) { %>
  591.      <a href="<%- item.image.normal %>" data-srcset="<%- item.image.normal %> 1x, <%- item.image.retina %> 2x"
  592.         data-fancybox="instruction" data-caption="<%- item.text %>">
  593.        <img src="<%- item.image.normal %>" srcset="<%- item.image.normal %> 1x, <%- item.image.retina %> 2x" width="99"
  594.             alt="<%- item.text %>">
  595.      </a>
  596.      <% } %>
  597.    </div>
  598.  
  599.    <% }) %>
  600.  </div>
  601. </script>
  602. <script type="text/template" id="instructionTemplateEn">
  603.  <% if (browser.isFirefox) { %>
  604.  <div>
  605.    <div class="instruction-row">1. Open the browser menu (three horizontal bars in the upper right corner of the window)</div>
  606.    <div class="instruction-row">2. Select "Preferences"</div>
  607.    <div class="instruction-row">3. Go to the "Privacy & Security" section.</div>
  608.    <div class="instruction-row">4. Click "Clear history..."</div>
  609.    <div class="instruction-row">5. In the window that appears, click "Clear Now”</div>
  610.  </div>
  611.  <% } %>
  612.  <% if (browser.isChrome && !browser.isYandex) { %>
  613.  <div>
  614.    <div class="instruction-row">1. Open the browser menu (three horizontal bars in the upper right corner of the window)</div>
  615.    <div class="instruction-row">2. Select "More tools" > "Clear browsing data..."</div>
  616.    <div class="instruction-row">3. Click "Clear data"</div>
  617.  </div>
  618.  <% } %>
  619.  <% if (browser.isSafari) { %>
  620.  <div>
  621.    <div class="instruction-row">1. In the menu bar select “Safari” > “Preferences”</div>
  622.    <div class="instruction-row">2. Enable “Show Develop menu in menu bar” in Advanced section and close the window</div>
  623.    <div class="instruction-row">3. In the menu bar select “Develop” > “Empty caches”</div>
  624.  </div>
  625.  <% } %>
  626.  <% if (browser.isYandex) { %>
  627.  <div>
  628.    <div class="instruction-row">1. Open the browser menu (three horizontal bars in the upper right corner of the window)</div>
  629.    <div class="instruction-row">2. Go to the "History" > "Settings - Clear browsing data"</div>
  630.    <div class="instruction-row">3. Select "Cookies and other site data" and "Cached files", click "Clear browsing data"</div>
  631.  </div>
  632.  <% } %>
  633.  <% if (browser.isOpera) { %>
  634.  <div>
  635.    <div class="instruction-row">1. Type ”opera://settings/clearBrowserData" in the address bar, press Enter</div>
  636.    <div class="instruction-row">2. Select "Cookies and other site data" and "Cached images and files", click "Clear browsing data"</div>
  637.  </div>
  638.  <% } %>
  639.  <% if (browser.isIE) { %>
  640.  <div>
  641.    <div class="instruction-row">1. Select “Tools” > “Delete browsing history"</div>
  642.    <div class="instruction-row">2. Select “Temporary Internet files and website files” and press “Delete”</div>
  643.  </div>
  644.  <% } %>
  645. </script>
  646. <script type="text/template" id="cacheTemplateRu">
  647.  <div class="hint">
  648.    <h2>Проблема уже решена? Попробуйте сбросить кэш</h2>
  649.    <ul class="fa-ul">
  650.      <li><span class="fa-li"><i class="fas fa-angle-right"></i></span><a class="clear-cache"
  651.                                                                          onclick="clearCache(event)" href="#">Очистите
  652.        кэш автоматически</a></li>
  653.      <% if (browser.isSafari) { %>
  654.      <li><span class="fa-li"><i class="fas fa-angle-right"></i></span>Нажмите <b id="hotkey"></b>, затем перезагрузите
  655.        страницу.
  656.      </li>
  657.      <% } else { %>
  658.      <li><span class="fa-li"><i class="fas fa-angle-right"></i></span>Перезагрузите страницу, нажав <b id="hotkey"></b>
  659.      </li>
  660.      <% } %>
  661.      <li><span class="fa-li"><i class="fas fa-angle-right"></i></span><a onclick="toggleInstruction(event)" href="#">Очистите кэш из настроек браузера <i class="fas fa-angle-down instruction-collapse-angle"></i></a>
  662.        <div class="gallery">
  663.          <div id="instruction"></div>
  664.          Если не помогло - вы можете связаться с нашей службой технической поддержки с помощью раздела «Обратная связь»
  665.          в панели управления хостингом или любым удобным для вас способом.
  666.        </div>
  667.      </li>
  668.  
  669.    </ul>
  670.  </div>
  671. </script>
  672. <script type="text/template" id="cacheTemplateEn">
  673.  <div class="hint">
  674.    <h2>Is the problem solved? Try to reset the cache</h2>
  675.    <ul class="fa-ul">
  676.      <li><span class="fa-li"><i class="fas fa-angle-right"></i></span><a class="clear-cache"
  677.                                                                          onclick="clearCache(event)" href="#">Clear the
  678.        cache automatically</a></li>
  679.      <% if (browser.isSafari) { %>
  680.      <li><span class="fa-li"><i class="fas fa-angle-right"></i></span>Press <b id="hotkey"></b> and reload the page
  681.      </li>
  682.      <% } else { %>
  683.      <li><span class="fa-li"><i class="fas fa-angle-right"></i></span>Reload the page by pressing <b id="hotkey"></b>
  684.      </li>
  685.      <% } %>
  686.      <li><span class="fa-li"><i class="fas fa-angle-right"></i></span><a onclick="toggleInstruction(event)" href="#">Clear the cache from your browser settings <i class="fas fa-angle-down instruction-collapse-angle"></i></a>
  687.        <div class="gallery">
  688.          <div id="instruction"></div>
  689.          If it does not help - you can contact our technical support service using the "Feedback" section in the
  690.          hosting management panel or in any way convenient for you.
  691.        </div>
  692.      </li>
  693.    </ul>
  694.  </div>
  695. </script>
  696. <script type="text/template" id="bottomEn">
  697.  <footer>
  698.    <div class="footer-col">
  699.      <div>Support:</div>
  700.    </div>
  701.    <div class="footer-col" style="padding-right: 100px;">
  702.      <a href="mailto:support@beget.com">support@beget.com</a>
  703.    </div>
  704.    <div class="footer-col">
  705.      <div>Management:</div>
  706.    </div>
  707.    <div class="footer-col">
  708.      <a href="mailto:manager@beget.com">manager@beget.com</a>
  709.    </div>
  710.  </footer>
  711. </script>
  712. <script type="text/template" id="bottomRu">
  713.  <footer>
  714.    <div class="footer-col">
  715.      <div>Тех. поддержка:</div>
  716.      <div>Бухгалтерия:</div>
  717.      <div>Руководство:</div>
  718.      <div>Telegram:</div>
  719.      <div>Skype:</div>
  720.    </div>
  721.    <div class="footer-col" style="padding-right: 100px;">
  722.      <a href="mailto:support@beget.com">support@beget.com</a>
  723.      <a href="mailto:bills@beget.com">bills@beget.com</a>
  724.      <a href="mailto:manager@beget.com">manager@beget.com</a>
  725.      <a href="tg://resolve?domain=begetbot">@begetbot</a>
  726.      <a href="https://join.skype.com/bot/ceda3526-d09b-4157-b6f0-91a646073c7e?add" target="_blank">Добавить в контакты</a>
  727.    </div>
  728.    <div class="footer-col">
  729.      <div>Россия:</div>
  730.      <div>СПб:</div>
  731.      <div>Москва:</div>
  732.      <div>Украина:</div>
  733.      <div>Киев:</div>
  734.    </div>
  735.    <div class="footer-col">
  736.      <b>+7 (800) 700-06-08</b>
  737.      <b>+7 (812) 3854136</b>
  738.      <b>+7 (495) 721-80-88</b>
  739.      <b>+380 (800) 802-192</b>
  740.      <b>+380 (44) 300-02-18</b>
  741.    </div>
  742.  </footer>
  743. </script>
  744. <script type="text/template" id="bottomMobileEn">
  745.  <footer>
  746.    <h2>Support</h2>
  747.    <p><txt>Mail: </txt><span><a href="mailto:support@beget.com">support@beget.com</a></span></p>
  748.  </footer>
  749. </script>
  750. <script type="text/template" id="bottomMobileRu">
  751.  <footer>
  752.    <h2>Тех. поддержка</h2>
  753.    <p><txt>Почта: </txt><span><a href="mailto:support@beget.com">support@beget.com</a></span></p>
  754.    <p><txt>Россия:</txt> <span>+7 (800) 700-06-08</span></p>
  755.    <p><txt>Украина:</txt> <span>+380 (800) 802-192</span></p>
  756.  </footer>
  757. </script>
  758.  
  759. <script>
  760.    var browser = {
  761.        // Opera 8.0+
  762.        isOpera: (!!window.opr && !!opr.addons) || !!window.opera || navigator.userAgent.indexOf(' OPR/') >= 0,
  763.        // Firefox 1.0+
  764.        isFirefox: typeof InstallTrigger !== 'undefined',
  765.        // Safari 3.0+ "[object HTMLElementConstructor]"
  766.        isSafari: /constructor/i.test(window.HTMLElement) || (function (p) {
  767.            return p.toString() === "[object SafariRemoteNotification]";
  768.        })(!window['safari'] || (typeof safari !== 'undefined' && safari.pushNotification)),
  769.        // Internet Explorer 6-11
  770.        isIE: /*@cc_on!@*/false || !!document.documentMode,
  771.        // Edge 20+
  772.        isEdge: !(/*@cc_on!@*/false || !!document.documentMode) && !!window.StyleMedia,
  773.        // Chrome 1+
  774.        isChrome: !!window.chrome && !!window.chrome.webstore,
  775.        isYandex: !!window.yandex,
  776.        isMac: window.navigator.platform.toUpperCase().indexOf('MAC') >= 0
  777.    };
  778.  
  779.    var instructions = {
  780.        firefox: [
  781.            {
  782.                "text": "Откройте меню браузера (три горизонтальные полоски в правом верхнем углу окна)"
  783.            },
  784.            {
  785.                "text": 'Выберите "Настройки"',
  786.                "image": {
  787.                    normal: "https://cp.beget.com/shared/9fc46578a3f3beebbc6e3058537a3fcf/firefox2.png",
  788.                    "retina": "https://cp.beget.com/shared/5fc2dd546f53e0902e15a3a70e4fe653/firefox22x.png"
  789.                }
  790.            },
  791.            {
  792.                "text": 'Перейдите в раздел “Приватность и защита”',
  793.                "image": {
  794.                    normal: "https://cp.beget.com/shared/6b5c3dfee3602b060a644965f11eabed/firefox3.png",
  795.                    "retina": "https://cp.beget.com/shared/1f93b61fdeeed1161d5ff5aa36e76dc4/firefox32x.png"
  796.                }
  797.            },
  798.            {
  799.                "text": 'Нажмите кнопку "Удалить историю"',
  800.                "image": {
  801.                    normal: "https://cp.beget.com/shared/a41c785d3b44adcba2e1b90db2b77a37/firefox4.png",
  802.                    "retina": "https://cp.beget.com/shared/1a512f91bcc8975205f979acf71d7d29/firefox42x.png"
  803.                }
  804.            },
  805.            {
  806.                "text": 'В появившемся окне нажмите “Удалить сейчас”',
  807.                "image": {
  808.                    "normal": "https://cp.beget.com/shared/a4f7c26338626b94ead39246a91aa4b3/firefox5.png",
  809.                    "retina": "https://cp.beget.com/shared/745b3450fc1f4471ff21f6d64fc737b1/firefox52x.png"
  810.                }
  811.            }
  812.  
  813.        ],
  814.        chrome: [
  815.            {
  816.                "text": "Откройте меню браузера (три горизонтальные полоски в правом верхнем углу окна)"
  817.            },
  818.            {
  819.                "text": 'Выберите "Дополнительные инструменты" > "Очистить данные просмотров"',
  820.                "image": {
  821.                    "normal": "https://cp.beget.com/shared/f38d02735868ba6f0f0f6d0056fcb600/chrome2.png",
  822.                    "retina": "https://cp.beget.com/shared/3c7ced0b4d09861e1884f5661f239fc0/chrome22x.png"
  823.                }
  824.            },
  825.            {
  826.                "text": 'В окне "Очистить историю" выберите "Изображения и другие файлы, сохранённые в кэше" и нажмите кнопку "Удалить данные"',
  827.                "image": {
  828.                    "normal": "https://cp.beget.com/shared/82ed82f2d8ca8099998398f34f6aa01a/chrome3.png",
  829.                    "retina": "https://cp.beget.com/shared/5433ccd2ab6359de9db5b621c3a0b633/chrome32x.png"
  830.                }
  831.            }
  832.  
  833.        ],
  834.        safari: [
  835.            {
  836.                "text": 'В меню браузера выберите пункт “Safari” > “Настройки”',
  837.                "image": {
  838.                    "normal": "https://cp.beget.com/shared/80113015aafa3f261ff2fe54ebd6508d/safari1.png",
  839.                    "retina": "https://cp.beget.com/shared/f8f7096f67c0e3d82446d0ce6217b27d/safari12x.png"
  840.                }
  841.            },
  842.            {
  843.                "text": 'В  дополнениях включите опцию “Показывать меню «Разработка» в строке меню” и закройте окно',
  844.                "image": {
  845.                    "normal": "https://cp.beget.com/shared/1193ae0503f94daafb5dd14c87a1ddde/safari2.png",
  846.                    "retina": "https://cp.beget.com/shared/138c05f2803ea0b167a7f975265ce43b/safari22x.png"
  847.                }
  848.            },
  849.            {
  850.                "text": 'В меню браузера выберите пункт “Разработка” > “Очистить кэши”',
  851.                "image": {
  852.                    "normal": "https://cp.beget.com/shared/87421068ec6d6013cade7cc6a37e9566/safari3.png",
  853.                    "retina": "https://cp.beget.com/shared/13520f6e24d62a88aa7c54519eb1a647/safari32x.png"
  854.                }
  855.            }
  856.  
  857.        ],
  858.        yandex: [
  859.            {
  860.                "text": 'Откройте меню браузера (три горизонтальные полоски в правом верхнем углу окна)'
  861.            },
  862.            {
  863.                "text": 'Перейдите во вкладку "История"',
  864.                "image": {
  865.                    "normal": "https://cp.beget.com/shared/80ce1ee88a6a1cec9f2c7620f08a58c2/yandex2.png",
  866.                    "retina": "https://cp.beget.com/shared/0693faca5588f69ca7da9fe4212cdc97/yandex22x.png"
  867.                }
  868.            },
  869.            {
  870.                "text": 'Нажмите "Очистить историю" (справа)',
  871.                "image": {
  872.                    "normal": "https://cp.beget.com/shared/ff268c78b70d486538ecede196a9c1f2/yandex3.png",
  873.                    "retina": "https://cp.beget.com/shared/12096cc377f80dda5798cfe745bb66ec/yandex32x.png"
  874.                }
  875.            },
  876.            {
  877.                "text": 'Отметьте пункты "Файлы cookie и другие данные сайтов и модулей" и "файлы, сохраненные в кэше",  нажмите кнопку "Очистить историю"',
  878.                "image": {
  879.                    "normal": "https://cp.beget.com/shared/80e7ada09ac4b7da555a5119237ff108/yandex4.png",
  880.                    "retina": "https://cp.beget.com/shared/daa75ad57baee73ff347e589e11fc90f/yandex42x.png"
  881.                }
  882.            }
  883.  
  884.        ],
  885.        opera: [
  886.            {
  887.                "text": 'Введите в адресной строке “opera://settings/clearBrowserData”, нажмите клавишу Enter',
  888.                "image": {
  889.                    "normal": "https://cp.beget.com/shared/cfb3606fa62fb6a2f951d3e7cd24a8d9/opera1.png",
  890.                    "retina": "https://cp.beget.com/shared/f72a61de7929ef3236d54a7eda5f27e2/opera12x.png"
  891.                }
  892.            },
  893.            {
  894.                "text": 'Поставьте галочки у пунктов "Файлы cookie и прочие данные сайтов" и "Кэшированные изображения и файлы", нажмите кнопку "Очистить историю посещений"',
  895.                "image": {
  896.                    "normal": "https://cp.beget.com/shared/d336439cc49a04a1885186dc1930c02c/opera2.png",
  897.                    "retina": "https://cp.beget.com/shared/6d6888aac8d3896da5cd201e8d31670b/opera22x.png"
  898.                }
  899.            }
  900.        ],
  901.        ie: [
  902.            {
  903.                "text": 'Выберите “Сервис” > “Удаление журнала обозревателя…”',
  904.                "image": {
  905.                    "normal": "https://cp.beget.com/shared/3585ac62cef9f65d999df211007ce578/explorer.png",
  906.                    "retina": "https://cp.beget.com/shared/33ae907b8ce690fe724d9616cb809d35/explorer2x.png"
  907.                }
  908.            }
  909.        ],
  910.    };
  911.  
  912.    function clearCache(event) {
  913.        event.preventDefault();
  914.        window.location.reload(true);
  915.    }
  916.  
  917.    function toggleInstruction(e) {
  918.        e.preventDefault();
  919.        $(".gallery").slideToggle();
  920.    };
  921.  
  922.    var language = window.navigator.language || navigator.userLanguage,
  923.        ru = document.getElementById("ru"),
  924.        en = document.getElementById("en");
  925.  
  926.    language = language.substr(0, 2).toLowerCase();
  927.  
  928.    var mainDiv = ru;
  929.  
  930.    if (language !== "ru") {
  931.        document.title = "The new site has been successfully created and is ready to work"
  932.        ru.style.display = "none"
  933.        en.style.display = "flex"
  934.        mainDiv = en;
  935.    }
  936.    var data = instructions.chrome;
  937.  
  938.    if (browser.isFirefox) {
  939.        data = instructions.firefox;
  940.    }
  941.    if (browser.isChrome && !browser.isYandex) {
  942.        data = instructions.chrome;
  943.    }
  944.    if (browser.isYandex) {
  945.        data = instructions.yandex;
  946.    }
  947.    if (browser.isSafari) {
  948.        data = instructions.safari;
  949.    }
  950.    if (browser.isOpera) {
  951.        data = instructions.opera;
  952.    }
  953.    if (browser.isIE) {
  954.        data = instructions.ie;
  955.    }
  956.  
  957.    window.onload = function () {
  958.        if (language === "ru") {
  959.            mainDiv.querySelector("#cache-hint").innerHTML = _.template(document.getElementById("cacheTemplateRu").innerHTML)({browser: browser});
  960.            mainDiv.querySelector("#hotkey").innerHTML = _.template(document.getElementById("hotkeyTemplate").innerHTML)({browser: browser});
  961.            mainDiv.querySelector("#instruction").innerHTML = _.template(document.getElementById("instructionTemplateRu").innerHTML)({data: data});
  962.            mainDiv.querySelector(".bottom").innerHTML = document.getElementById("bottomRu").innerHTML;
  963.            mainDiv.querySelector(".bottom-mobile").innerHTML = document.getElementById("bottomMobileRu").innerHTML;
  964.        } else {
  965.            mainDiv.querySelector("#cache-hint").innerHTML = _.template(document.getElementById("cacheTemplateEn").innerHTML)({browser: browser});
  966.            mainDiv.querySelector("#hotkey").innerHTML = _.template(document.getElementById("hotkeyTemplate").innerHTML)({browser: browser});
  967.            mainDiv.querySelector("#instruction").innerHTML = _.template(document.getElementById("instructionTemplateEn").innerHTML)({data: data});
  968.            mainDiv.querySelector(".bottom").innerHTML = document.getElementById("bottomEn").innerHTML;
  969.            mainDiv.querySelector(".bottom-mobile").innerHTML = document.getElementById("bottomMobileEn").innerHTML;
  970.        }
  971.        $('[data-fancybox="instruction"]').fancybox({
  972.            afterLoad: function (instance, current) {
  973.                var pixelRatio = window.devicePixelRatio || 1;
  974.  
  975.                if (pixelRatio > 1.5) {
  976.                    current.width = current.width / pixelRatio;
  977.                    current.height = current.height / pixelRatio;
  978.                }
  979.            }
  980.        });
  981.    };
  982.  
  983. </script>
  984. </body>
  985. </html>
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda