diff options
| author | s1n <[email protected]> | 2019-10-27 16:21:14 -0700 |
|---|---|---|
| committer | s1n <[email protected]> | 2019-10-27 16:21:14 -0700 |
| commit | 3caf01739ec351a732a73b0a5b690b3c4d579cda (patch) | |
| tree | e14597b54b6d1fa13f6d27d4ded25b92ecbd87a6 /links/index.html | |
| parent | remove nani from about (diff) | |
| download | s1n.pw-admin-3caf01739ec351a732a73b0a5b690b3c4d579cda.tar.xz s1n.pw-admin-3caf01739ec351a732a73b0a5b690b3c4d579cda.zip | |
remove nani links from most places, del /links/
Diffstat (limited to 'links/index.html')
| -rw-r--r-- | links/index.html | 62 |
1 files changed, 0 insertions, 62 deletions
diff --git a/links/index.html b/links/index.html deleted file mode 100644 index df91730..0000000 --- a/links/index.html +++ /dev/null @@ -1,62 +0,0 @@ -<!DOCTYPE html> -<html lang="en"> -<head> - <meta charset="UTF-8"> - <meta name="viewport" content="width=device-width, initial-scale=1.0"> - <meta http-equiv="X-UA-Compatible" content="ie=edge"> - <title>s1nical - Links</title> - <!-- CSS Links --> - <link rel="stylesheet" href="/links/css/main.css"> - <!-- External Libraries via CDN --> - <script src="https://code.jquery.com/jquery-1.10.2.js"></script> - <link href='https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic' rel='stylesheet' type='text/css'> - <script src="https://cdnjs.cloudflare.com/ajax/libs/trianglify/0.3.1/trianglify.min.js"></script> - <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script> - <!-- Invisible Scripts --> - <script src="/js/redirect-to-root.js"></script> - <script src="/js/hide-context-menu.js"></script> - <script src="/js/loader-animation.js"></script> -</head> -<body> - <!-- Page not ready yet, redirects to index.html in root. --> - - <!-- Scripts --> - <script src="/js/background-sparkles.js"></script> - - <!-- 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"> - <row> - <span></span> - <span></span> - <span></span> - </row> - <row> - <span></span> - <span></span> - <span></span> - </row> - <row> - <span></span> - <span></span> - <span></span> - </row> - </div> - </div> - -</body> -</html>
\ No newline at end of file |