diff options
| author | s1n <[email protected]> | 2019-09-18 13:04:52 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-09-18 13:04:52 -0700 |
| commit | a45d38070f06758ca812deaca72f6fcb2bf1672e (patch) | |
| tree | e78a4d96b1bbc609b6d780d306878ac74bc4eb8a | |
| parent | favi (diff) | |
| download | cs2-simple-website-a45d38070f06758ca812deaca72f6fcb2bf1672e.tar.xz cs2-simple-website-a45d38070f06758ca812deaca72f6fcb2bf1672e.zip | |
favi
| -rw-r--r-- | home/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/home/index.html b/home/index.html index af2e390..3b74396 100644 --- a/home/index.html +++ b/home/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>Simple Website</title>
+ <link href="https://www.favicon.cc/favicon/130/914/favicon.png" rel="icon" type="image/x-icon" />
<link rel="stylesheet" href="/cs2-simple-website/home/css/main.css">
</head>
|