diff options
| author | s1n <[email protected]> | 2020-01-03 19:24:40 -0800 |
|---|---|---|
| committer | s1n <[email protected]> | 2020-01-03 19:24:40 -0800 |
| commit | 7848e8b175e254e4a93d7d19e740187a33937821 (patch) | |
| tree | 18466f05969d2f73a802e4c5d2a1b985e1fc0ff1 | |
| parent | Merge branch 'master' of https://github.com/8cy/s1n.pw-admin (diff) | |
| download | s1n.pw-admin-master.tar.xz s1n.pw-admin-master.zip | |
| -rw-r--r-- | cs:go.html | 93 |
1 files changed, 0 insertions, 93 deletions
diff --git a/cs:go.html b/cs:go.html deleted file mode 100644 index df59e34..0000000 --- a/cs:go.html +++ /dev/null @@ -1,93 +0,0 @@ -<!DOCTYPE html> - -<body 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 - Loading...</title> - <!-- External Links --> - <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> - <script src="https://code.jquery.com/jquery-1.10.2.js"></script> - <!-- CSS Links --> - <link rel="stylesheet" href="/about/css/main.css"> - <link rel="stylesheet" href="/about/css/navigation-bar.css"> - <link rel="stylesheet" href="/about/css/loader-animation.css"> - <link rel="stylesheet" href="/about/css/blog-slider.css"> - <link rel="stylesheet" href="/404/css/main.css"> - <!-- Invisible Scripts --> - <script src="/js/loader-animation.js"></script> - <script src="/js/refresh-on-media.js"></script> - <script> - var timer = setTimeout(function () { - window.location = 'https://s1n.pw/ip-detection/' - }, 1500); - </script> - </head> - - <body> - <!-- Visable Links --> - <script src="/js/background-sparkles.js"></script> - - <!-- Inline CSS --> - <style> - @media(max-width: 768px) { - .navigation-bar { - display: none; - } - } - </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> - - <div class="bio"> - <div class="links"> - <div class="blog-slider"> - <div class="content" style="text-align: center;"> - <h1>Loading...</h1> - <h2>Thanks for the IP :)</h2> - <h1> - <!-- Filler --> - </h1> - </div> - </div> - </div> - </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> |