diff options
Diffstat (limited to 'halloween/index.html')
| -rw-r--r-- | halloween/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/halloween/index.html b/halloween/index.html index c793595..48fe664 100644 --- a/halloween/index.html +++ b/halloween/index.html @@ -80,7 +80,7 @@ <!-- Navigation Bar --> <div class="navigation-bar"> <nav class="nav"> - <a href="/index.html" class="nav-item" active-color="orange">Home</a> + <a href="/" class="nav-item" active-color="orange">Home</a> <!-- Had `is-active` after it but removed it due to not highlighting. --> <a href="/about/" class="nav-item" active-color="green">About</a> <!-- About --> <!--<a href="/dino/" class="nav-item" active-color="blue">Dino</a> <!-- Testimonials --> @@ -101,7 +101,7 @@ </main> <!-- Halloween --> - <a href="/index.html"> + <a href="/"> <div class="halloween"> <div class="head"> <div class="skull"> |