<!doctype html> <html> <head><title>Newsletter</title></head> <body> <form action="/~/addemail" method="post"> <input id="email" name="email" placeholder="e-mail"> <input type="submit" value="subscribe"> <form> </body> </html>