|
123456789101112131415161718192021222324252627 |
-
-
- <!DOCTYPE html>
- <html lang="en">
- <head>
- </head>
- <body>
-
- <form action="search.php" method="POST">
- <input type="text" name="search" placeholder="search for a patent record">
- <input type="submit" value="search">
- </form>
-
- <a href="./random.php">show a random record</a>
- <a href="./compare.php">compare two random records</a>
-
- </body>
- </html>
|