<!DOCTYPE html>
<html lang="en">

<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <meta name="description" content="Search the web with ease on Freenect">
  <title>Search page</title>
  <link rel="stylesheet" type="text/css" href="style.css">
</head>

<body>
  <form action="/search" method="GET">
    <input type="text" id="search-bar" name="q" placeholder="Search the web..." autofocus required autocomplete="off">
    <ul id="suggestions-list"></ul>
    <button id="search-btn" type="submit">Search</button>
  </form>

  <div class="footer-links">
    <a href="https://www.axemedia.com/privacy" target="_blank">Privacy Policy</a>
    <a href="https://www.axemedia.com/terms" target="_blank">Terms of Use</a>
    <a href="https://www.axemedia.com/" target="_blank">About Us</a>
    <a href="https://www.axemedia.com/#contact" target="_blank">Contact Us</a>
  </div>
</body>

</html>