diff options
| author | s1n <[email protected]> | 2019-10-21 22:27:38 -0700 |
|---|---|---|
| committer | s1n <[email protected]> | 2019-10-21 22:27:38 -0700 |
| commit | 7c2fec2a8a21e57287bbe507cdb437e1a7f36b27 (patch) | |
| tree | 102a63d7f8ed0c55370f36b15c5c257f729ef67d /to/example | |
| parent | grammer in about (diff) | |
| download | s1n.pw-admin-7c2fec2a8a21e57287bbe507cdb437e1a7f36b27.tar.xz s1n.pw-admin-7c2fec2a8a21e57287bbe507cdb437e1a7f36b27.zip | |
add halloween blender redirect
Diffstat (limited to 'to/example')
| -rw-r--r-- | to/example/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/to/example/index.html b/to/example/index.html index 19d5223..2b56dad 100644 --- a/to/example/index.html +++ b/to/example/index.html @@ -37,7 +37,7 @@ <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 --> + <a href="https://p.s1n.pw/" class="nav-item" active-color="blue">Portfolio</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 --> <a href="https://nani.s1n.pw" class="nav-item" active-color="rebeccapurple">Nani?!</a> |