diff options
| author | s1n <[email protected]> | 2019-09-18 13:04:30 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-09-18 13:04:30 -0700 |
| commit | d382c2d62ceb7ab3500311274897622c0b1e63b2 (patch) | |
| tree | 9fab8045e643e783b95aa0834c4bf284e4f7f00b | |
| parent | link favicon, favicon.cc (diff) | |
| download | cs2-simple-website-d382c2d62ceb7ab3500311274897622c0b1e63b2.tar.xz cs2-simple-website-d382c2d62ceb7ab3500311274897622c0b1e63b2.zip | |
favi
| -rw-r--r-- | 404.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>404</title>
+ <link href="https://www.favicon.cc/favicon/130/914/favicon.png" rel="icon" type="image/x-icon" />
</head>
<body>
<a href="/cs2-simple-website/index.html">woops</a>
|