blob: 7cbb37cab871acdaa2f2a8dbe03a2161bd88edd0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<!DOCTYPE html>
<html lang='en'>
<head>
<link rel='stylesheet' type='text/css' href='/style.css'>
</head>
<body>
<form action='/follow' method='post'>
<input name='follow' />
<input type='submit' name='button' value='Follow' />
</form>
</body>
</html>
|