Change refs from /index.html to /
This commit is contained in:
parent
e430bdf604
commit
69f95c524d
@ -13,9 +13,9 @@
|
||||
<body>
|
||||
|
||||
<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">
|
||||
<a href="/index.html">Home</a>
|
||||
<a href="/">Home</a>
|
||||
</div>
|
||||
<div class="dropdown">
|
||||
<button class="dropbutton">Identity ⤵</button>
|
||||
|
Loading…
Reference in New Issue
Block a user