Exercise: Create reverse echo page
Create a page that shows a single input box and a button. When the user clicks on the button the form is submitted and the server sends back the same string and the reversed verson of the same string.
Input: hello Output: hello olleh