-
Notifications
You must be signed in to change notification settings - Fork 465
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added nav-bar id, nav-link, class attribute
- Loading branch information
Showing
1 changed file
with
16 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |