Файл: reg.html
Строк: 16
<?php
<!--Шаблон загруз центра
Автор: BARRAcUDA
E-mail: stinger12005@gmail.com
ICQ: 424056
Для PROFIWM.COM
Запрещено барыжничество (продажа), увижу, руки отрову-->
<!DOCTYPE html>
<html>
<head>
<title>Шаблон зц</title>
<link rel="stylesheet" type="text/css" href="img/style.css">
</head>
<body>
<div class="logo"><a href="/index.html"><img src="img/logo2.png" alt="логотип"></img></a></div>
<div class="menu">Регистрация</div>
<div class="aut_reg">
<form action="/reg.php" method="POST">
<input type="text" class="login" placeholder="Логин"><br>
<input type="password" class="password" placeholder="Пароль"><br>
<input type="password" class="password2" placeholder="Пароль еще раз"><br>
<input type="email" class="email" placeholder="E-mail"><br>
<input type="reset" class="submit" value="Очистить поля">
<input type="submit" class="submit" value="Регистрация">
</form>
</div>
<div class="back"><a href="/index.html">Назад</a></div>
<div class="foot"><img src="img/foot.png" alt="ноги"></img></div>
</body>
</html>
?>