нашел ответ сам. Создаем файл lndex.html И загружаем в корень. Там есть такая функция, очень удобно. Вот сама страница может куму нужна.
<html> <head> <meta charset="UTF-8"> <title>ООО “ДВК” «Контакт»</title> <link rel="shortcut icon" href="http://www.contakt-plus.info/wa-data/public/site/data/www.contakt-plus.info/favicon.ico" /> <link media="screen" href="http://www.contakt-plus.info/gostinica/demo/styles/demo.css" type="text/css" rel="stylesheet" /> <link rel="stylesheet" href="http://www.contakt-plus.info/gostinica/css/style.css" media="screen" type="text/css" /> </head> <body> <div id="yandex_ad"></div> <script type="text/javascript"> (function(w, d, n, s, t) { w[n] = w[n] || []; w[n].push(function() { Ya.Direct.insertInto(84098, "yandex_ad", { ad_format: "direct", type: "240x400", border_type: "block", border_radius: true, site_bg_color: "FFFFFF", header_bg_color: "FEEAC7", bg_color: "FFF9F0", border_color: "FBE5C0", title_color: "0000CC", url_color: "006600", text_color: "000000", hover_color: "0066FF", favicon: true, no_sitelinks: false }); }); t = d.getElementsByTagName("script")[0]; s = d.createElement("script"); s.src = "//an.yandex.ru/system/context.js"; s.type = "text/javascript"; s.async = true; t.parentNode.insertBefore(s, t); })(window, document, "yandex_context_callbacks"); </script> </div> <table cellpadding="0" cellspacing="0" id="demo_navi"> <tr> <td width="220"><a href="http://www.contakt-plus.info" rel="nofollow" ><div class="logo"><b><font color=#c3e425>ООО</font> «Дальневосточная компания Контакт»</b></div></a></td></tr> </table> <!-- Конец кода используемого для демонстрации --> <div class="bg-wrapper"> <div class="bg-grad orange active"></div> <div class="bg-grad red"></div> <div class="bg-grad purple"></div> <div class="bg-grad blue"></div> <div class="bg-grad green"></div> <div class="bg-grad yellow"></div> </div> <font color=white> <div class="login-wrapper"> <div class="x-wrapper"> <div class="y-wrapper"> <div class="title-wrapper"> <h2>Здравствуйте!</h2> <h4>пожалуйста войдите</h4></font> </div> <form action="userlogin.shtml" method="post" enctype="application/x-www-form-urlencoded"> <div class="input-box" > <input type="text" id="username" value="" placeholder="Номер карты" /> <input type="password" id="password" value="" placeholder="Пин-код карты" /> <span class="show-pass icon-eye" title="show characters"></span> </div> <div class="button-wrapper"><button class="login-btn">Войти»</button></div></form> </div> </div> </div> <script type="text/javascript" src="http://www.contakt-plus.info/gostinica/js/jquery.js"></script> <script src="http://www.contakt-plus.info/gostinica/js/index.js"></script> </body> </html>
|