Просмотр файла registration.php

Размер файла: 486B
<?php
include "style/head.php";

echo "<br><u>Регистрация занимает не более 30 сек!</u><br/><br/>
<form action='1.php' method='post'>
ваше имя:<br/><input type='text' maxlength='10' name='name'><br/>
пароль:<br/><input type='password' maxlength='14' name='password'><br/>
<input type='submit' value='регистрация'></form>
&raquo; <a href='login.php'/>Авторизироватся</a><br>";

include "style/foot.php";
?>