diff options
| -rw-r--r-- | 404.html | 1 | ||||
| -rw-r--r-- | about/index.html | 5 | ||||
| -rw-r--r-- | aes-test/index.html | 33 | ||||
| -rw-r--r-- | aes/index.html | 1 | ||||
| -rw-r--r-- | humans.txt | 4 | ||||
| -rw-r--r-- | index.html | 4 | ||||
| -rw-r--r-- | ip-detection/index.html | 1 | ||||
| -rw-r--r-- | keycodes/index.html | 1 | ||||
| -rw-r--r-- | oauth2/index.html | 1 |
9 files changed, 14 insertions, 37 deletions
@@ -6,6 +6,7 @@ <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <title>s1nical - 404</title> + <link rel="icon" type="image/jpg" href="/favicon.jpg" sizes="128x128"> <!-- 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> diff --git a/about/index.html b/about/index.html index 201fbe8..d85aeaa 100644 --- a/about/index.html +++ b/about/index.html @@ -5,17 +5,22 @@ <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <title>s1nical - About</title> + <link rel="icon" type="image/jpg" href="/favicon.jpg" sizes="128x128"> + <!-- 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"> + <!-- Invisable Scripts --> <script src="/js/loader-animation.js"></script> <script src="/js/redirect-to-mobile.js"></script> </head> <body> + <!-- Visable Scripts --> <script src="/js/background-sparkles.js"></script> <!-- Navigation Bar --> diff --git a/aes-test/index.html b/aes-test/index.html deleted file mode 100644 index cf13894..0000000 --- a/aes-test/index.html +++ /dev/null @@ -1,33 +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 - :)</title> - <!-- CSS Links --> - <!-- External Libraries --> - <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> - <!-- Invisible Script Links --> - <script> - $.get("http://benbotfn.tk:8080/api/aes", function (response) { - $("#ip").html("IP: " + response.ip); - $("#address").html("Location: " + response.city + ", " + response.region); - $("#details").html(JSON.stringify(response, null, 4)); - }, "json"); - </script> - </head> - - <body> - <!-- Visable Script Links --> - - <div id="ip" style="text-align: center;"></div> - <div id="address" style="text-align: center;"></div> - <hr /> - <h3 style="text-align: center;">Full Response:</h3> - <pre id="details" style="text-align: left;"></pre> - </body> - -</html>
\ No newline at end of file diff --git a/aes/index.html b/aes/index.html index 3c65684..9bc6d26 100644 --- a/aes/index.html +++ b/aes/index.html @@ -6,6 +6,7 @@ <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <title>s1nical - AES</title> + <link rel="icon" type="image/jpg" href="/favicon.jpg" sizes="128x128"> <!-- 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> @@ -6,7 +6,7 @@ Site: https://s1n.pw/ Contact: [email protected] -Twitter: @s1nical +Twitter: @9inny Location: Oregon @@ -18,7 +18,7 @@ Location: Oregon /* SITE */ -Last update: 2019/10/25 +Last update: 2019/11/03 Standards: HTML5, CSS3, JS and PHP7. @@ -21,8 +21,8 @@ <meta property="og:image" content="">
<script src="https://www.googletagmanager.com/gtag/js?id=UA-30692517-4"></script>
<script src="https://code.jquery.com/jquery-1.10.2.js"></script>
- <link rel="apple-touch-icon" sizes="128x128" href="/favicon.ico">
- <link rel="icon" type="image/jpeg" href="/favicon.jpg" sizes="128x128">
+ <link rel="apple-touch-icon" sizes="128x128" href="/favicon.jpg">
+ <link rel="icon" type="image/jpg" href="/favicon.jpg" sizes="128x128">
<link rel="canonical" href="https://s1n.pw/">
<link rel="author" href="humans.txt" />
<!-- Invisible Scripts -->
diff --git a/ip-detection/index.html b/ip-detection/index.html index 7af5fd5..7942bc3 100644 --- a/ip-detection/index.html +++ b/ip-detection/index.html @@ -6,6 +6,7 @@ <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <title>s1nical - IP Detection</title> + <link rel="icon" type="image/jpg" href="/favicon.jpg" sizes="128x128"> <!-- 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> diff --git a/keycodes/index.html b/keycodes/index.html index dc5923e..d680fa4 100644 --- a/keycodes/index.html +++ b/keycodes/index.html @@ -6,6 +6,7 @@ <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <title>s1nical - Keycodes</title> + <link rel="icon" type="image/jpg" href="/favicon.jpg" sizes="128x128"> <!-- 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> diff --git a/oauth2/index.html b/oauth2/index.html index 9dcb2e5..944d07d 100644 --- a/oauth2/index.html +++ b/oauth2/index.html @@ -6,6 +6,7 @@ <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <title>s1nical - 404</title> + <link rel="icon" type="image/jpg" href="/favicon.jpg" sizes="128x128"> <!-- 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> |