Skip to content

Commit

Permalink
added nav links
Browse files Browse the repository at this point in the history
  • Loading branch information
NextGen-Code-Innovations committed Jan 23, 2024
1 parent cca49a5 commit 3a6a0d0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions signin.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/aws-amplify-react.js"></script>
</head>
<body>
<nav>
<a href="/index.html">Home</a>
<a href="/bingo/bingoSelect.html">Bingo!!!</a>
<a href="/professional/professionalLanding.html">Professional Life</a>
<a href="about/about.html">About Me</a>
<a href="contact.html">Contact</a>
</nav>
<h1>Login</h1>

<!-- Amplify login component -->
Expand Down

0 comments on commit 3a6a0d0

Please sign in to comment.