summaryrefslogtreecommitdiff
path: root/public/follow.html
blob: c1b8f8c723c25d3a13e79248dd5d9d991a0ff192 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!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>