mirror of
https://github.com/rustdesk/doc.rustdesk.com.git
synced 2026-06-16 13:40:56 +00:00
seo doc
This commit is contained in:
@@ -1 +1,10 @@
|
||||
<link rel="icon" href="{{ "favicon.svg" | relURL }}" type="image/svg+xml" />
|
||||
<!-- Favicon and App Icons -->
|
||||
<link rel="icon" href="{{ "favicon.svg" | relURL }}" type="image/svg+xml" />
|
||||
<link rel="icon" href="{{ "favicon.ico" | relURL }}" type="image/x-icon" />
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="{{ "favicon-32x32.png" | relURL }}" />
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="{{ "favicon-16x16.png" | relURL }}" />
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="{{ "apple-touch-icon.png" | relURL }}" />
|
||||
<meta name="apple-mobile-web-app-title" content="RustDesk Docs" />
|
||||
<meta name="application-name" content="RustDesk Docs" />
|
||||
<meta name="msapplication-TileColor" content="#2563eb" />
|
||||
<meta name="theme-color" content="#2563eb" />
|
||||
Reference in New Issue
Block a user