Implement a simple web page containing a login form, composed by the following form elements:
- Email text field
- Password field
- "Login" button
Requirements:
- The form should be displayed under the URL
http://localhost:8080/login
- When hitting the button "Login", there's no action expected. It should be implemented on upcoming challenges.
- CSS and JS are optional. Not required for this challenge, but use it at your will.