Файл: tttt/sys/head.php
Строк: 13
<?php
echo '<!DOCTYPE html>';
echo '<html>';
echo '<head>';
echo '<title>Scrin.tk - сервис создания скриншотов</title>';
echo '<link href="/css/style.css" type="text/css" rel="stylesheet">';
echo '<link rel="icon" href="/favicon.ico"/>';
echo '</head>';
echo '<body>';
echo '<div class="logo" style="text-align:left"><a href="/index.php"><img src="/css/logo.gif" alt="forban.su" title="forban.su"></a></div>';
echo '<div class="title"><strong>screen.tk - делай скриншот с нами</strong></div>';
?>