Skip to content

Commit

Permalink
Merge pull request #209 from 4F24L/homepage-fix
Browse files Browse the repository at this point in the history
[FIX] Landing page fixed and links are working
  • Loading branch information
vimistify authored Oct 5, 2024
2 parents 62f531a + 260c41b commit 94158a7
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -185,19 +185,6 @@
opacity: 1;
}

</style>
<link rel="icon" href="./ambulance.png" type="image/png">
</head>
<body>
<header>
<div class="container">
<div class="logo">
<img
src="images/logo2-w.webp"
alt="Ambulance Monitoring System Logo"
style="width: 50px; height: auto"
/>

}
</style>
</head>
Expand All @@ -211,7 +198,7 @@
<nav class="menu">
<ul>
<li>
<a href="index.html" id="home-link" onclick="changeContent('home')"><i class="fa-solid fa-house"></i> Home</a>
<a href="/" id="home-link" onclick="changeContent('home')"><i class="fa-solid fa-house"></i> Home</a>
</li>
<li>
<a href="features.html" id="features-link" onclick="changeContent('features')"><i class="fa-solid fa-file"></i> Features</a>
Expand Down

0 comments on commit 94158a7

Please sign in to comment.