Skip to content

Commit

Permalink
changed something
Browse files Browse the repository at this point in the history
header and title
  • Loading branch information
marksikaundi authored Jul 26, 2022
1 parent 3777451 commit 6300bb3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/styles.css">
<title>Technical Documentation Page - FreeCodeCamp</title>
<title>Technical Documentation for javascript</title>
</head>

<body>
<header id="main-header">
<nav id="navbar">
<h1>JS Documentation</h1>
<h1>JS Documentation by Phillip Kangwa</h1>
<ul>
<li class="nav-link"><a href="#introduction">Introduction</a></li>
<li class="nav-link"><a href="#what-you">What you should already know</a></li>
Expand Down Expand Up @@ -287,4 +287,4 @@ <h1>JS Documentation</h1>
</main>
</body>

</html>
</html>

0 comments on commit 6300bb3

Please sign in to comment.