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