1. Create a new PyCharm Project called html-forms. It should contain a main.py, and an index.html in the templates folder.
2. Create a new Flask application and serve the index.html page. Add an <h1>
to the index.html so that you can tell if it's working.
3. CHALLENGE: Create a HTML Form in index.html so that when rendered as a webpage, this is what you see:
SOLUTION:
https://gist.github.com/TheMuellenator/c6177ac108650fdc8246d29ff0fab284