Skip to content

Commit

Permalink
added nav-bar id, nav-link, class attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
jcedar100 committed May 30, 2022
1 parent 8952ac8 commit 4bf7a8a
Showing 1 changed file with 16 additions and 21 deletions.
37 changes: 16 additions & 21 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,26 +1,21 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Fork Me! FCC: Test Suite Template</title>
<link rel="stylesheet" href="css/style.css">
</head>

<body>
<script src="https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js"></script>
<head>
<meta charset="UTF-8">
<title>Microverse Product Landing Page</title>
<link rel="stylesheet" href="css/style.css">
</head>

<!--
<body>
<header id="header">
<img src="" alt="Product Logo">
<nav id="nav-bar">
<a class="nav-link">link-1</a>
<a class="nav-link">link-2</a>
<a class="nav-link">link-3</a>
</nav>
</header>
</body>

Hello Camper!
For now, the test suite only works in Chrome!
Please read the README below in the JS Editor before beginning.
Feel free to delete this message once you have read it.
Good luck and Happy Coding!
- The freeCodeCamp Team
-->
<script src="js/index.js"></script>
</body>
</html>
</html>

0 comments on commit 4bf7a8a

Please sign in to comment.