<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Strict//EN"
            "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">

<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>Fulltextové vyhledávání</title>
</head>
<body>

<form name="search" action="search.php" method="post">
<label for="word">Hledané slovo:</label>
<input type="text" name="word" id="word" size="30">
<input type="submit" name="submit" value="Vyhledat">
</form>

</body>
</html>