Version: 0.1
Type: Full Script
Category: HTML
License: GNU General Public License
Description: A simple search through Metatags. When you've programmed a better Version contact me -> shaggy@gmx.de
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Stichwortsuche</title>
</head>
<body>
<?php
get_meta_tags("test.html");
echo $generator;
?>
</body>
</html>