diff options
Diffstat (limited to 'about')
| -rw-r--r-- | about/index.html | 5 |
1 files changed, 5 insertions, 0 deletions
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 --> |