Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
akt0001c committed Dec 13, 2024
1 parent 1c68029 commit cf13452
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion FrontEnd/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ <h1 id="fs-1" class="text-white">FIND THAT CAR</h1>
<p id="fs-2" class="text-white">Pellentesque nec lectus nisl. Cras magna velit, tue maximus et dui a, convallis cursus
turpis. Arcu cursus euismod quis viverra nibh cras. Arcu cursus euismod quis viverra nibh
cras</p>
<a class="btn btn-danger fs-2 ps-5 pe-5" href="#" role="button">Book A Car<i
<a class="btn btn-danger fs-2 ps-5 pe-5" href="./bookcar.html" role="button">Book A Car<i
class="fa-solid fa-arrow-right ms-3"></i></a>
</div>
<div class="col">
Expand Down
2 changes: 1 addition & 1 deletion FrontEnd/script/login.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ loginForm.addEventListener("submit", function (event) {
}, 2000)
}else{
setTimeout(() => {
window.location.href = "/index.html"
window.location.href = "./index.html"
}, 2000)
}
})
Expand Down
1 change: 1 addition & 0 deletions FrontEnd/style/profile.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
body{
background-color: rgb(184, 180, 180);

}

Expand Down

0 comments on commit cf13452

Please sign in to comment.