diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2018-05-21 21:12:32 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2018-12-13 16:59:37 +0100 |
| commit | 34d38a5752a3e8c77e724f0f4f706b53e7bd88d4 (patch) | |
| tree | 5129b1eab5a3852afc766ef6e5ae562a24605a84 /src | |
| parent | ee41ed182d8d22017a48c10de509f90971ff5909 (diff) | |
| download | brokentalents-34d38a5752a3e8c77e724f0f4f706b53e7bd88d4.tar.gz brokentalents-34d38a5752a3e8c77e724f0f4f706b53e7bd88d4.zip | |
Add favicon
Diffstat (limited to 'src')
| -rw-r--r-- | src/index.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/index.html b/src/index.html index d22b316..f10a15c 100644 --- a/src/index.html +++ b/src/index.html @@ -21,7 +21,8 @@ gtag('js', new Date()); gtag('config', 'UA-118868480-1'); </script> - <link rel="stylesheet" href="//cdn.materialdesignicons.com/2.0.46/css/materialdesignicons.min.css"> + <link rel="stylesheet" href="//cdn.materialdesignicons.com/2.0.46/css/materialdesignicons.min.css"> + <link rel="shortcut icon" type="image/x-icon" href="/dist/assets/TalentGrab_square.jpg"> </head> <body> <div id="app"></div> |
