diff options
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> |