Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added header id and image logo id #27

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
39 changes: 18 additions & 21 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,26 +1,23 @@
<!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>

<!--

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>
<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>
<video id="video" src="">
</video>
<form id="form" action=""></form>
</body>
</html>