diff options
| author | s1nical <[email protected]> | 2019-08-10 17:57:48 -0700 |
|---|---|---|
| committer | s1nical <[email protected]> | 2019-08-10 17:57:48 -0700 |
| commit | c4740b5db4841eed8857dd413e7f828e1e7161b0 (patch) | |
| tree | 2f96d1b7bfeb8f70ba92f6a30582a0b7cfe0197d /index.html | |
| parent | replace with todo (diff) | |
| download | s1n.pw-admin-c4740b5db4841eed8857dd413e7f828e1e7161b0.tar.xz s1n.pw-admin-c4740b5db4841eed8857dd413e7f828e1e7161b0.zip | |
reroute about to 404
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -70,7 +70,7 @@ <div class="navigation-bar">
<nav class="nav">
<a href="#" class="nav-item" active-color="orange">Home</a> <!-- Had `is-active` after it but removed it due to not highlighting. -->
- <a href="https://github.com/users/s1nical/projects/1" class="nav-item" active-color="green">About</a> <!-- About -->
+ <a href="./404.html" class="nav-item" active-color="green">About</a> <!-- About -->
<a href="./dino/" class="nav-item" active-color="blue">Dino</a> <!-- Testimonials -->
<a href="./doge" class="nav-item" active-color="red">Doge</a> <!-- Blog -->
<a href="./cars/" class="nav-item" active-color="rebeccapurple">Cars</a> <!-- Contact -->
|