diff options
| author | s1n <[email protected]> | 2019-09-18 13:05:05 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-09-18 13:05:05 -0700 |
| commit | e24bd9685a7b25d69aa28d359e2d6b95026a2e63 (patch) | |
| tree | 3f24e538d5611e984d54c011b2b08f329abf1d3b | |
| parent | favi (diff) | |
| download | cs2-simple-website-e24bd9685a7b25d69aa28d359e2d6b95026a2e63.tar.xz cs2-simple-website-e24bd9685a7b25d69aa28d359e2d6b95026a2e63.zip | |
favi
| -rw-r--r-- | about/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/about/index.html b/about/index.html index 3730b1c..bdb7ee7 100644 --- a/about/index.html +++ b/about/index.html @@ -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>About</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>
<body>
|