Skip to content

Instantly share code, notes, and snippets.

@leandronsp
Last active June 9, 2021 12:11
Show Gist options
  • Save leandronsp/6884c483480ccebd2e25d72c56f89b5d to your computer and use it in GitHub Desktop.
Save leandronsp/6884c483480ccebd2e25d72c56f89b5d to your computer and use it in GitHub Desktop.
[Challenge 001] Create a simple Login form (no action required)

Login form

Implement a simple web page containing a login form, composed by the following form elements:

  • Email text field
  • Password field
  • "Login" button

Requirements:

  1. The form should be displayed under the URL http://localhost:8080/login
  2. When hitting the button "Login", there's no action expected. It should be implemented on upcoming challenges.
  3. CSS and JS are optional. Not required for this challenge, but use it at your will.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment