Файл: design/index.html
Строк: 44
<?php
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
  <title>designed by selemet (Vem)</title>
  <meta http-equiv="Content-type" content="text/html; charset=utf-8">
  <link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<div class="main">
    <div class="head">
        <ul>
           <li><a class="home" href="/">Домой</a></li>
           <li><a class="profile" href="/">Кабинет</a></li>
           <li><a class="mail" href="/">Почта <span class="count">4</span></a></li>
           <li><a class="exit" href="/">Выход</a></li>
      <div style="clear:both"></div>
           </ul>
    </div> <!-- head -->
    <div class="topmenu">
        <form>
            <input type="text" placeholder="Введите логин"> <br />
            <input type="password" placeholder="Введите пароль">
            <input href="/" type="submit" value="Войти" > 
        </form>
           <a class="one" href="/">Новые</a>
           <a class="two" href="/">Топ 10</a>
           <a class="three" href="/">F.A.Q.</a>
           <div style="clear:both"></div>
    </div> <!-- topmenu --> 
    <div class="content">
           <div class="cat">
               <div class="titlecat">Категории:</div>
               <a href="/"> Общение<span class="num">3</span></a>
               <a href="/"> Загрузки <span class="num">3</span></a>
               <a href="/"> Развлечения <span class="num">3</span></a>
               <a href="/"> пример ссылки <span class="num">3</span></a>
               <a href="/"> пример ссылки <span class="num">3</span></a>
               <a href="/"> пример ссылки <span class="num">3</span></a>
               <div style="clear:both"></div>
           </div> <!-- cat -->
    </div> <!-- content -->
    <div class="footmenu">
            Категорий: 6 | Сайтов: 233
    </div> <!-- fotmenu -->
    <div class="foot">
           © <a href="/">by selemet (Vem)</a> 2013г.
    </div> <!-- foot -->
</div> <!-- main -->
</body>
</html>
?>