diff options
| author | s1n <[email protected]> | 2019-10-31 12:38:14 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-10-31 12:38:14 -0700 |
| commit | 31b0a218cffc20f1df71977974e271145942d523 (patch) | |
| tree | 6cbd460b0f1f74ec1bf1d42df8dd290dd4c983d3 /to | |
| parent | Update index.html (diff) | |
| download | s1n.pw-admin-31b0a218cffc20f1df71977974e271145942d523.tar.xz s1n.pw-admin-31b0a218cffc20f1df71977974e271145942d523.zip | |
remove navbar
Diffstat (limited to 'to')
| -rw-r--r-- | to/ogwX/download/index.html | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/to/ogwX/download/index.html b/to/ogwX/download/index.html index 317fab6..5300336 100644 --- a/to/ogwX/download/index.html +++ b/to/ogwX/download/index.html @@ -41,20 +41,6 @@ } </style> - <!-- Navigation Bar --> - <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="/about/" class="nav-item" active-color="green">About</a> <!-- About --> - <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>--> - <span class="nav-indicator"></span> - </nav> - </div> - <!-- Loading Animation --> <div class="loader-wrapper"> <div class="loader"> |