Файл: public_html/content/jskod/js5.html
Строк: 24
<?php
<!DOCTYPE html>
<head>
<link rel="stylesheet" href="/style.css" type="text/css" />
<link rel="shortcut icon" href="/images/favicon.ico"/>
<title>js код вывод рекламы</title>
<meta http-equiv="Content-Type" content="application/vnd.wap.xhtml+xml; charset=UTF-8"/>
</head>
<body>
<!--LOGO--><center><img src="/images/logo1.png"></center>
<center><script src="/welcom.js"></script></center>
<!-- Put this script tag to the <head> of your page -->
<script type="text/javascript" src="//vk.com/js/api/openapi.js?137"></script>
<script type="text/javascript">
VK.init({apiId: 5823220, onlyWidgets: true});
</script>
<!-- Put this div tag to the place, where the Like block will be -->
<div id="vk_like"></div>
<script type="text/javascript">
VK.Widgets.Like("vk_like", {type: "mini"});
</script>
<b>Скрипт выводит рекламу в низу сайта</b><br>
<a href="content/jskod/js5.zip">Скачать</a><br>
<a href="/">На главную</a>
<div class="footer">
© 2017 <br/>Design by VealonG
</div>
</body>
</html>
?>