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

Размер файла: 1.2Kb
<html>
<head>
<title>Генератор META-тэгов</title>
<meta http-equiv="Content-Type" content="text/html"; charset="windows-1251">
</head>
<style>
body {background-color: #fff;
max-width: 400px;
margin: auto;
font-size: 11px;
font-family: Arial;
color: #aaa;
padding: 1px;
border: 1px solid #000;}

a:link, a:active, a:visited {
color: #DF9B30;
text-decoration: none;}

a:hover {text-decoration: underline;}
.name {
background: #000;
margin: 1px 0px 1px 0px;
padding: 2px 4px 2px 8px;
font-size: 12px;
color: #DF9B30;
font-weight: bold;
}
</style>
<body bgcolor=#fff text=#aaa>
<form method="post" action="result.php">
<div class=name>Генератор тэгов</div>
Kлючевые слова , через запятую <input type="text" name="keywords"><br>Описание СТРАНИЦЫ
<textarea name="description"></textarea><br>
Kэш вкл?<input type="radio" name="radiobut" value="yes">да<input type="radio" name="radiobut" value="no">нет<br>
Ваше имя<input type="text" name="author"> <br>
Инф. о (с)<input type="text" name="copyright"><br>
<input type="text" name="generator" value="KinG generator"><br>
Mail<input type="text" name="reply-to"><br>
<input type="submit" value="»">
<div class=name>KinG</div>
</form>
</body>
</html