diff options
author | pdp8 <pdp8@pdp8.info> | 2023-07-17 19:09:02 +0200 |
---|---|---|
committer | pdp8 <pdp8@pdp8.info> | 2023-07-17 19:09:02 +0200 |
commit | 4ca1c5555f18703d1dac673b1a77d1c919fb4787 (patch) | |
tree | 2f57783bdc1786e09737196a2fae07a720452d4f /public/follow.html | |
parent | 2e614738f72c9af634c4a630693d06f144bc24df (diff) |
write to json instead of direcories
Diffstat (limited to 'public/follow.html')
-rw-r--r-- | public/follow.html | 10 |
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 |