Skip to content

Commit

Permalink
Merge pull request #199 from Ananya-vastare/main
Browse files Browse the repository at this point in the history
Login page header#190
  • Loading branch information
PriyaGhosal authored Oct 8, 2024
2 parents 417c9c3 + b486c75 commit e37bfda
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
1 change: 0 additions & 1 deletion BuddyTrail
Submodule BuddyTrail deleted from fd812a
7 changes: 5 additions & 2 deletions login.html
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Login</title>
<link rel="stylesheet" href="/style.css" />
<link rel="stylesheet" href="style.css" />
<link rel="stylesheet" href="login.css" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
</head>

<body>
<header class="main-head">
<nav>
Expand Down Expand Up @@ -65,4 +67,5 @@ <h2>Login</h2>
<script src="https://www.gstatic.com/firebasejs/9.18.0/firebase-auth-compat.js"></script>
<script src="firebase.js"></script>
</body>
</html>

</html>

0 comments on commit e37bfda

Please sign in to comment.