Change refs from /index.html to /

This commit is contained in:
Fred Boniface 2022-10-07 20:02:19 +01:00
parent e430bdf604
commit 69f95c524d

View File

@ -13,9 +13,9 @@
<body> <body>
<div class="navbar" id="navbar"> <div class="navbar" id="navbar">
<a class="logo" href="/index.html"><img src="/images/navbar/home.svg" alt="Home" width="26" height="26"></a> <a class="logo" href="/"><img src="/images/navbar/home.svg" alt="Home" width="26" height="26"></a>
<div class="mobile"> <div class="mobile">
<a href="/index.html">Home</a> <a href="/">Home</a>
</div> </div>
<div class="dropdown"> <div class="dropdown">
<button class="dropbutton">Identity &#10549;</button> <button class="dropbutton">Identity &#10549;</button>