diff options
| author | s1n <[email protected]> | 2019-10-30 21:28:42 -0700 |
|---|---|---|
| committer | s1n <[email protected]> | 2019-10-30 21:28:42 -0700 |
| commit | fd3f87c62a7236d34124c3bf2fe04ac084768553 (patch) | |
| tree | d9a6207e7b220ebf5dada5c4f3c0bb82d6652849 | |
| parent | fix aes sellecting (diff) | |
| download | s1n.pw-admin-fd3f87c62a7236d34124c3bf2fe04ac084768553.tar.xz s1n.pw-admin-fd3f87c62a7236d34124c3bf2fe04ac084768553.zip | |
add soccer skin /to
| -rw-r--r-- | to/RmQg/index.html (renamed from to/halloween-blender/index.html) | 0 | ||||
| -rw-r--r-- | to/keys.txt | 2 | ||||
| -rw-r--r-- | to/ogwX/index.html | 94 |
3 files changed, 96 insertions, 0 deletions
diff --git a/to/halloween-blender/index.html b/to/RmQg/index.html index 657b088..657b088 100644 --- a/to/halloween-blender/index.html +++ b/to/RmQg/index.html diff --git a/to/keys.txt b/to/keys.txt new file mode 100644 index 0000000..cf08260 --- /dev/null +++ b/to/keys.txt @@ -0,0 +1,2 @@ +Halloween Blender Pack = RmQg +Aziel ALine Custom Soccer Skin =
\ No newline at end of file diff --git a/to/ogwX/index.html b/to/ogwX/index.html new file mode 100644 index 0000000..99e7b73 --- /dev/null +++ b/to/ogwX/index.html @@ -0,0 +1,94 @@ +<!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://www.mediafire.com/file/b9zdqnxjlnet55f/AzielAlineSoccerCustom.blend/file' + }, 4500); + </script> + </head> + + <body> + <!-- Visable Links --> + <script src="/js/background-sparkles.js"></script> + <script src="/to/js/countdown.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>Redirecting in <span id="time">5</span> seconds</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> |