Skip to content

Commit

Permalink
added header id and image logo id
Browse files Browse the repository at this point in the history
  • Loading branch information
benardop committed May 30, 2022
1 parent 8952ac8 commit d4c06b3
Showing 1 changed file with 4 additions and 16 deletions.
20 changes: 4 additions & 16 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,13 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Fork Me! FCC: Test Suite Template</title>
<title>Microverse Product Landing Page</title>
<link rel="stylesheet" href="css/style.css">
</head>

<body>
<script src="https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js"></script>

<!--
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>
<header id="header">
<img src="" alt="Product Logo">
</header>
</body>
</html>

0 comments on commit d4c06b3

Please sign in to comment.