spoiler<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="viewport" content="width=720">
<meta name="yandex-verification" content="610503a8794a61f8" />
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<meta name="description" content="<?=$site_description;?>"/>
<meta name="keywords" content="<?=$site_keywords;?>"/>
<meta name="rpe941fe182a914232a100a9cc1925dc4d" content="6531cb268361f26d8e8ab32ab0b64eaf" />
<link href="/style.css" type="text/css" rel="stylesheet" />
<title><?=$site_title;?></title>
</head>
<?php
global $sape;
if (!defined('_SAPE_USER')){
define('_SAPE_USER', '503abdc344e2c51a40707ab0a7193b3c');
}
require_once(realpath($_SERVER['DOCUMENT_ROOT'].'/'._SAPE_USER.'/sape.php'));
$sape = new SAPE_client();
?>
<script type="text/javascript">
CookieChecker.run();
</script>
<body>
<div id="content">
<div id="header">
<div class="left">
<h1>Библиотека</h1>
</div>
<p>Авторы: <?php echo $tmp_authors;?></p>
<p>РљРЅРёРіРё: <?php echo $tmp_books;?></p>
</div>
<div id="main">
<div class="pad">
<relkama v verxy >
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- в верху -->
<ins class="adsbygoogle"
style="display:inline-block;width:728px;height:90px"
data-ad-client="ca-pub-9460397731125515"
data-ad-slot="9906652188"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
<!-- Шапка -->
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
<?=$site_content;?>
<div class="reklama">
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- с низу -->
<ins class="adsbygoogle"
style="display:block"
data-ad-client="ca-pub-9460397731125515"
data-ad-slot="2383385381"
data-ad-format="auto"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</div>
<?php
global $sape;
echo $sape->return_links(3);
?>
</div>
</div><!-- end main -->
<div id="left">
<div class="pad">
<h2>Навигация</h2>
<ul>
<li><a href="/">Главная</a></li>
<li><a href="/books.html">РљРЅРёРіРё</a></li>
<li><a href="/stat">Статьи</a></li>
<a href="http://bookwu.net">Конспекты лекций</a>
<a href="http://619.com.ua/blog?page=5">Блог</a>
<li><a href="/feedback.html">Обратная связь</a></li>
<li><a href="/search.html">РџРѕРёСЃРє</a></li>
</ul> </div>
<div class="pad">
<h2>Популярные книги</h2>
<?=$most_books;?>
<h2>Последние статьи</h2>
<div class="articles">
<?php foreach($stat_articles as $row){?>
<div><a href="/stat/?p=<?=$row['id']?>"><?=$row['post_title']?></a></div>
<? }?>
</div> <br>
<noindex>
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- реклама с боку -->
<ins class="adsbygoogle"
style="display:inline-block;width:160px;height:600px"
data-ad-client="ca-pub-9460397731125515"
data-ad-slot="6953185785"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
<br>
<br>
<br>
<br>
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- с боку -->
<ins class="adsbygoogle"
style="display:inline-block;width:160px;height:600px"
data-ad-client="ca-pub-9460397731125515"
data-ad-slot="8429918989"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
<br>
<br>
<br>
<br>
<br>
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- с боку 3 -->
<ins class="adsbygoogle"
style="display:inline-block;width:160px;height:600px"
data-ad-client="ca-pub-9460397731125515"
data-ad-slot="5790850189"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</noindex>
</div><!-- end sub -->
<div id="leftend"></div>
<div class="pad" style="margin-top:20px;padding-bottom: 10px ;">
<seo_links>
<num>
</num>
<prolog> </prolog>
<epilog> <br /> </epilog>
</seo_links>
</div>
</div><!-- end sub -->
<div id="footer"><a href="/rss.php">RSS</a>
<noindex>
<!--LiveInternet counter--><script type="text/javascript"><!--
document.write("<a href='//www.liveinternet.ru/click' "+
"target=_blank><img src='//counter.yadro.ru/hit?t12.6;r"+
escape(document.referrer)+((typeof(screen)=="undefined")?"":
";s"+screen.width+"*"+screen.height+"*"+(screen.colorDepth?
screen.colorDepth:screen.pixelDepth))+";u"+escape(document.URL)+
";"+Math.random()+
"' alt='' title='LiveInternet: показано число просмотров за 24"+
" часа, посетителей за 24 часа и за сегодня' "+
"border='0' width='88' height='31'><\/a>")
//--></script><!--/LiveInternet-->
</body>
</html>
Я адоптирую сайт для мобильных устройств вставил код
meta name="viewport" content="width=device-width, initial-scale=1.0"
meta name="viewport" content="width=720"
Стало лучше но он требует чтобы я Увеличил размер активных элементов на странице.Подскажите как это сделать?