diff options
| author | s1n <[email protected]> | 2019-10-03 14:42:33 -0700 |
|---|---|---|
| committer | s1n <[email protected]> | 2019-10-03 14:42:33 -0700 |
| commit | 2a889bff653a0ddd6eccb5fa7ac54c5f7c008698 (patch) | |
| tree | 783d5a579570af816b1c750f42e0ee0047f1e579 /halloween | |
| parent | Merge branch 'master' of https://github.com/8cy/about-me (diff) | |
| download | s1n.pw-admin-2a889bff653a0ddd6eccb5fa7ac54c5f7c008698.tar.xz s1n.pw-admin-2a889bff653a0ddd6eccb5fa7ac54c5f7c008698.zip | |
fix a links
Diffstat (limited to 'halloween')
| -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"> |