Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/Remmina/remmina-web.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntenore Gatta <antenore@simbiosi.org>2021-05-17 16:57:48 +0300
committerAntenore Gatta <antenore@simbiosi.org>2021-05-17 16:57:48 +0300
commit6d343b9fc18f4627e9cf58ab87064d8dedf18b07 (patch)
tree39e7b63e401a241279782662ec75a34b791f010d /_includes
parent9aa09051f976ef1dc426f664196aba80a064c720 (diff)
favicon
Diffstat (limited to '_includes')
-rw-r--r--_includes/head/custom.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/_includes/head/custom.html b/_includes/head/custom.html
index 781c496..fe5ce6c 100644
--- a/_includes/head/custom.html
+++ b/_includes/head/custom.html
@@ -1,5 +1,15 @@
<!-- start custom head snippets -->
+<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="manifest" href="/site.webmanifest">
+<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
+<link rel="shortcut icon" href="/favicon.ico">
+<meta name="msapplication-TileColor" content="#da532c">
+<meta name="msapplication-config" content="/browserconfig.xml">
+<meta name="theme-color" content="#ffffff">
+
<link href="https://fonts.googleapis.com/css?family=Raleway:300,400,600&display=swap" rel="stylesheet">
<link rel="stylesheet" href="/assets/css/Fork-Awesome/css/fork-awesome.min.css">