diff options
| author | s1n <[email protected]> | 2019-09-18 13:04:42 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-09-18 13:04:42 -0700 |
| commit | a087dccbc61da83ba4a3aa60478012a6414e0106 (patch) | |
| tree | d3079bca46b788c025372b80bc99a95a84be9f8b | |
| parent | favi (diff) | |
| download | cs2-simple-website-a087dccbc61da83ba4a3aa60478012a6414e0106.tar.xz cs2-simple-website-a087dccbc61da83ba4a3aa60478012a6414e0106.zip | |
favi
| -rw-r--r-- | guestbook.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/guestbook.html b/guestbook.html index a03a1a9..27300d3 100644 --- a/guestbook.html +++ b/guestbook.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>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>
|