Each task on this page can be performed with only the techniques we've gone
over so far in class.
Create a new bootstrap-based form with a button that says “Click Me!” Instead of a div, use text inputs to keep track of session clicks and lifetime clicks.
Once the button is clicked, the counter should increment by 1.
Add an additional button that increases the count by 5.
Every button click should increment session and lifetime clicks by the appropriate amount. Be sure to save numbers, not strings.