diff options
| author | s1n <[email protected]> | 2019-09-18 13:04:03 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-09-18 13:04:03 -0700 |
| commit | ec2ea661efb3a2ad86338dd4ec575ca6daba1c76 (patch) | |
| tree | 7fb8c924fb710c9df36ab3bbdd6e15b40e9d8495 | |
| parent | redirect to gb fix (diff) | |
| download | cs2-simple-website-ec2ea661efb3a2ad86338dd4ec575ca6daba1c76.tar.xz cs2-simple-website-ec2ea661efb3a2ad86338dd4ec575ca6daba1c76.zip | |
link favicon, favicon.cc
| -rw-r--r-- | index.html | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5,6 +5,7 @@ <meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Loading...</title>
+ <link href="https://www.favicon.cc/favicon/130/914/favicon.png" rel="icon" type="image/x-icon" />
<script src="/cs2-simple-website/js/redirect-to-home.js"></script>
</head>
<body>
|