Просмотр файла admin/index.php

Размер файла: 485B
<?php

include("../config.php");
include("../templates/head.php");
echo"<div class=\"a\">";
echo"Админка";
echo"</div>";
echo"<p>";
echo"<div class=\"c\">";
echo"Авторизация<p>";
echo"<form action=\"enter.php\" method=POST>
Логин:</br><input type=text name=login><p>
Пароль:</br><input type=text name=pass><p>
<input type=submit class=buttom name=submit value=\"Войти\"></form>";
echo"</div>";
include("../templates/foot.php");

?>