Skip to content

Commit

Permalink
Update home.html
Browse files Browse the repository at this point in the history
Signed-off-by: redfyel <[email protected]>
  • Loading branch information
redfyel authored Nov 16, 2023
1 parent 0aae92c commit a2c496c
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions home.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,19 @@
</head>

<body>
<header>
<h1>Nava Bharat High School</h1>
<nav>

<h1> Nava Bharat High School</h1>
</header>
<h1 class="different"></h1>
<nav class="nav">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="home.html">Home</a></li>
<li><a href="about.html">About</a></li>

<li><a href="academics.html">Academics</a></li>

</ul>
</nav>
</header>

<section id="home">
<h2>Welcome to Our School!</h2>
Expand Down

0 comments on commit a2c496c

Please sign in to comment.