summaryrefslogtreecommitdiff
path: root/public/follow.html
diff options
context:
space:
mode:
Diffstat (limited to 'public/follow.html')
-rw-r--r--public/follow.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/public/follow.html b/public/follow.html
new file mode 100644
index 0000000..7cbb37c
--- /dev/null
+++ b/public/follow.html
@@ -0,0 +1,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> \ No newline at end of file