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

<head>
  <link rel='stylesheet' type='text/css' href='/style.css'>
</head>

<body>
  <h1>
    <form action='/follow' method='post'>
      <input name='follow' />
      <input type='submit' name='button' value='Follow' />
    </form>
  </h1>
</body>

</html>