summaryrefslogtreecommitdiff
path: root/oauth2/index.html
diff options
context:
space:
mode:
authors1n <[email protected]>2019-10-19 20:58:55 -0700
committers1n <[email protected]>2019-10-19 20:58:55 -0700
commit629ee5f9652ed6edd8ea3a8212e1a95f880fee03 (patch)
treeae1a406744b70b51e2b9b4732b6df0b04fecf8f7 /oauth2/index.html
parentwww.♡ (diff)
downloads1n.pw-admin-629ee5f9652ed6edd8ea3a8212e1a95f880fee03.tar.xz
s1n.pw-admin-629ee5f9652ed6edd8ea3a8212e1a95f880fee03.zip
add oauth2
Diffstat (limited to 'oauth2/index.html')
-rw-r--r--oauth2/index.html78
1 files changed, 78 insertions, 0 deletions
diff --git a/oauth2/index.html b/oauth2/index.html
new file mode 100644
index 0000000..35e6eb2
--- /dev/null
+++ b/oauth2/index.html
@@ -0,0 +1,78 @@
+<!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 - 404</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 Links -->
+ <script src="/js/loader-animation.js"></script>
+ <script src="/404/js/redirect-to-mobile.js"></script>
+ </head>
+
+ <body>
+ <!-- Visable Links -->
+ <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="/dino/" class="nav-item" active-color="blue">Dino</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>Error</h1>
+ <h2>User not found</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>
+
+</body> \ No newline at end of file