Skip to content

adrianadu/workshop1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

<title>I'LL HACK YOUR ACCOUNT FORM</title>

Sign Up form:

    <div class="zoo">
            <form >
                    First Name:<input type="text" placeholder="First name" required><br> <br>
                    Last Name:<input type="text" placeholder="Last name" required><br><br>
                    *Email Address:<input type="email" placeholder="Enter Email" required><br> <br>
                    Mobile Number:<input type="tel" placeholder="Enter your 10 digit number" required><br> <br>
                    Password:<input type="password" required minlength="4" maxlength="20" placeholder="Password"><br><br>
                    Re-Enter Password:<input type="password" required minlength="4" maxlength="20" placeholder="Confirm Password"><br><br>
                    <input type="checkbox"> Do you agree to the Terms and Conditions?<br><br>
                    <button type="submit" class="registerbtn">Register<a href="https://hack.me/"></a></button>
             </form>
    </div>


    
</body>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published