-
-
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <link rel="stylesheet" type="text/css" href="css/style.css">
- </head>
- <body>
-
- <div class="centre">
- <form action="search.php" method="POST">
- <input type="text" name="search" placeholder="search for a patent record">
- <input type="submit" value="search">
- </form>
- </div>
-
- <div class="centre">
- <a href="./random.php">show a random record</a>
- </div>
-
- <div class="centre">
- <a href="./compare.php">compare two random records</a>
- </div>
-
- <div class="centre">
- <a href="./titles.php">ten random titles</a>
- </div>
-
- <div class="centre">
- <a href="./abstracts.php">ten random abstracts</a>
- </div>
-
- <div class="centre">
- <form action="search.php" method="POST">
- <input type="hidden" name="search" value="leak">
- <button type="submit" class="btn-link">
- example search: 'leak'
- </button>
- </form>
- </div>
-
- <div class="centre">
- <form action="search.php" method="POST">
- <input type="hidden" name="search" value="secret">
- <button type="submit" class="btn-link">
- example search: 'secret'
- </button>
- </form>
- </div>
-
- </body>
- </html>
|