fixing back button bug

This commit is contained in:
Rosia E Evans 2023-03-21 21:39:00 +00:00
parent 938a904656
commit 6b0e5f29f9
7 changed files with 7 additions and 7 deletions

View file

@ -28,7 +28,7 @@
</div>
<div id = "backButtonContainer">
<a onclick = "history.back()" class = "backButton"> <-Back</a>
<a href="../../AllProjects.html" class = "backButton"> <-Back</a>
</div>
</body>
</HTML>