summary refs log tree commit diff
path: root/public/follow.html
diff options
context:
space:
mode:
Diffstat (limited to 'public/follow.html')
-rw-r--r--public/follow.html10
1 files changed, 6 insertions, 4 deletions
diff --git a/public/follow.html b/public/follow.html
index 7cbb37c..c1b8f8c 100644
--- a/public/follow.html
+++ b/public/follow.html
@@ -6,10 +6,12 @@
 </head>
 
 <body>
-  <form action='/follow' method='post'>
-    <input name='follow' />
-    <input type='submit' name='button' value='Follow' />
-  </form>
+  <h1>
+    <form action='/follow' method='post'>
+      <input name='follow' />
+      <input type='submit' name='button' value='Follow' />
+    </form>
+  </h1>
 </body>
 
 </html>
\ No newline at end of file