Skip to content

Commit

Permalink
website index fix
Browse files Browse the repository at this point in the history
  • Loading branch information
NicK4rT committed Oct 10, 2024
1 parent 9fd2d18 commit 2d0577c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@
<div class="menu">
<a href="index.html" class="logo"><img src="logo.png" alt="The Smart System Education Platform"></a>
<div class="menu-items">
<a href="index.html">Home</a>
<a href="mission.html" class="active">Mission</a>
<a href="index.html" class="active">Home</a>
<a href="mission.html">Mission</a>
<a href="technology.html">Platform</a>
<a href="start.html">Get Started</a>
<a href="tools.html">Tools</a>
Expand All @@ -68,8 +68,8 @@
</header>

<main>
<h1>Mission</h1>
<p>Explain the goals and mission of the smart systems education platform.</p>
<h1>Welcome to the webpage.</h1>
<p>Some short introduction and showcase</p>
</main>

</body>
Expand Down

0 comments on commit 2d0577c

Please sign in to comment.