-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a2c52e7
commit 7a730e9
Showing
1 changed file
with
16 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,10 +24,10 @@ | |
<hr> | ||
|
||
<!-- <div class="signup-box"> --> | ||
|
||
<div class="loginbox"> | ||
<form> | ||
|
||
<div class="loginbox"> | ||
|
||
<br> | ||
<label for = "name"> Name:</label> <br> <br> | ||
<input type = "text" id = "name" name = "name" class="input-box"> <br> <br> | ||
|
@@ -36,25 +36,28 @@ | |
<input type = "text" id = "email" email = "email" class="input-box"> <br> <br> | ||
|
||
<label for = "password"> Password:</label> <br> <br> | ||
<input type = "text" id = "password" password = "password" class="input-box"> <br> <br> | ||
<input type = "password" id = "password" password = "password" class="input-box"> <br> <br> | ||
|
||
<label for = "password2"> Confirm Password:</label> <br> <br> | ||
<input type = "text" id = "password2" password2 = "password2" class="input-box"> <br> <br> | ||
|
||
<br><br> | ||
<button class="login-button" onclick="signup()">Sign Up</button> | ||
|
||
<br><br> | ||
Already have an account? <a href="login.html">Log In</a> | ||
</div> | ||
<input type = "password" id = "password2" password2 = "password2" class="input-box"> <br> <br> | ||
</form> | ||
|
||
|
||
<br><br> | ||
<button class="login-button" onclick="createNewUser()">Sign Up</button> | ||
|
||
<br><br> | ||
Already have an account? <a href="login.html">Log In</a> | ||
</div> | ||
|
||
|
||
|
||
<!-- </div> --> | ||
|
||
<script src="https://www.gstatic.com/firebasejs/7.10.0/firebase-app.js"></script> | ||
<script src="https://www.gstatic.com/firebasejs/7.10.0/firebase-firestore.js"></script> | ||
<script src="https://www.gstatic.com/firebasejs/7.10.0/firebase-storage.js"></script> | ||
<script src="https://www.gstatic.com/firebasejs/7.10.0/firebase-auth.js"></script> | ||
<!-- <script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-ENjdO4Dr2bkBIFxQpeoTz1HIcje39Wm4jDKdf19U8gI4ddQ3GYNS7NTKfAdVQSZe" crossorigin="anonymous"></script> --> | ||
<script src="signup.js"></script> | ||
</center> | ||
</body> | ||
|
||
|