index.html 324 B

123456789101112131415
  1. <!DOCTYPE html>
  2. <head>
  3. <title>Main - Instance Hub</title>
  4. </head>
  5. <body>
  6. <form action="/search" method="GET">
  7. <label for="name">Search: </label>
  8. <input type="text" id="name" placeholder="Search here..." required>
  9. <input type="submit" value="Search">
  10. </form>
  11. <br><br>
  12. <a href="/all">See all instances</a>
  13. </body>