diff options
author | Devaev Maxim <[email protected]> | 2018-07-22 07:34:51 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2018-07-22 07:34:51 +0300 |
commit | 5f34a1202b19b23d1095a25be36e8e20796c307e (patch) | |
tree | f159f6b79d3094013367b6b82719d74780414201 /kvmd/web/index.html | |
parent | e05e589ddf9f6c92e881e4d3c4580ca9d15b2b74 (diff) |
favicon
Diffstat (limited to 'kvmd/web/index.html')
-rw-r--r-- | kvmd/web/index.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/kvmd/web/index.html b/kvmd/web/index.html index 5f8562aa..6bdc7ad0 100644 --- a/kvmd/web/index.html +++ b/kvmd/web/index.html @@ -3,6 +3,12 @@ <head> <meta charset="utf-8" /> <title>π-kvm</title> + + <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png"> + <link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png"> + <link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png"> + <link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5"> + <link rel="stylesheet" href="css/main.css"> </head> |