Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
AAYUSH412 committed Sep 24, 2024
1 parent fc20f2d commit f814852
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion addproperties/addproperties.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
function a(){
window.location="../login/index.html"
window.location="../index.html"
}
function home(){
window.location="../index/indexwebsite.html"
Expand Down
File renamed without changes.
8 changes: 4 additions & 4 deletions login/index.html → index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
<form>
<h1>Create Account</h1>
<div class="social-icons">
<button id="googlelogosignup" type="button"><img src="../images/google.png"></button>
<button id="githublogosignup" type="button"><img src="../images/github.png"></button>
<button id="googlelogosignup" type="button"><img src="images/google.png"></button>
<button id="githublogosignup" type="button"><img src="images/github.png"></button>
</div>
<span>or use your email for registration</span>
<div id="signupmessage" class="messagediv" style="display: none; font-size: 12px; color: red;"></div> <input type="text" placeholder="Name" id="firstname">
Expand All @@ -28,8 +28,8 @@ <h1>Create Account</h1>
<form>
<h1>Sign In</h1>
<div class="social-icons">
<button id="googlelogo" type="button"><img src="../images/google.png"></button>
<button id="githublogo" type="button"><img src="../images/github.png"></button>
<button id="googlelogo" type="button"><img src="images/google.png"></button>
<button id="githublogo" type="button"><img src="images/github.png"></button>
</div>
<span>or use your email and password</span>
<div id="signinmessage" class="messagediv" style="display: none; font-size: 12px; color: red;"></div>
Expand Down
4 changes: 2 additions & 2 deletions index/scriptwebsite.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
function a(){
window.location="../login/index.html"
window.location="../index.html"
}
function signup(){
window.location="../login/index.html"
window.location="../index.html"
}
function toproperties(){
window.location="../properties/properties.html"
Expand Down
2 changes: 1 addition & 1 deletion properties/properties.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
function move(){
window.location="../login/index.html"
window.location="../index.html"
}
function home(){
window.location="../index/indexwebsite.html"
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit f814852

Please sign in to comment.