mirror of
https://github.com/rustdesk/doc.rustdesk.com.git
synced 2025-08-17 16:35:40 +00:00
10 lines
690 B
HTML
10 lines
690 B
HTML
<!-- 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" /> |