Skip to content

Commit

Permalink
Merge pull request #635 from shivanisorte/footer
Browse files Browse the repository at this point in the history
Adding Footer to Sign Up Page
  • Loading branch information
birm committed Mar 30, 2023
2 parents c7a7751 + 0b87c62 commit f679e26
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions apps/signup/signup.html
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,9 @@ <h2 style="margin-top: -.5em;">User Signup</h2>
</form>
<div class="text-center" onclick="loginPage()">Already have an account? </div>
</div>
<footer class="text-center text-white bg-dark p-3">
<p class="p">Copyright © 2021 caMicroscope</p>
</footer>
<!-- popup -->
<div id="popup-container"></div>

Expand Down

0 comments on commit f679e26

Please sign in to comment.