diff options
| author | s1n <[email protected]> | 2019-11-03 17:01:18 -0800 |
|---|---|---|
| committer | s1n <[email protected]> | 2019-11-03 17:01:18 -0800 |
| commit | 9d6c902422ccdb533feb2a379865b3a80ea75751 (patch) | |
| tree | 8963abe902da148adac9626d822c2339ae6ee3dc /about | |
| parent | testaes (diff) | |
| download | s1n.pw-admin-9d6c902422ccdb533feb2a379865b3a80ea75751.tar.xz s1n.pw-admin-9d6c902422ccdb533feb2a379865b3a80ea75751.zip | |
favicon links
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 --> |