mirror of
https://github.com/AlexxIT/go2rtc.git
synced 2026-04-22 15:47:06 +08:00
Update links to icons in resources
This commit is contained in:
@@ -2,12 +2,12 @@
|
||||
"name": "go2rtc",
|
||||
"icons": [
|
||||
{
|
||||
"src": "https://alexxit.github.io/go2rtc/icons/android-chrome-192x192.png",
|
||||
"src": "https://go2rtc.org/icons/android-chrome-192x192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "https://alexxit.github.io/go2rtc/icons/android-chrome-512x512.png",
|
||||
"src": "https://go2rtc.org/icons/android-chrome-512x512.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png"
|
||||
}
|
||||
|
||||
+3
-3
@@ -2,9 +2,9 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="apple-touch-icon" href="https://alexxit.github.io/go2rtc/icons/apple-touch-icon-180x180.png" sizes="180x180">
|
||||
<link rel="icon" href="https://alexxit.github.io/go2rtc/icons/favicon.ico">
|
||||
<link rel="manifest" href="https://alexxit.github.io/go2rtc/manifest.json">
|
||||
<link rel="apple-touch-icon" href="https://go2rtc.org/icons/apple-touch-icon-180x180.png" sizes="180x180">
|
||||
<link rel="icon" href="https://go2rtc.org/icons/favicon.ico">
|
||||
<link rel="manifest" href="https://go2rtc.org/manifest.json">
|
||||
<title>stream - go2rtc</title>
|
||||
<style>
|
||||
body {
|
||||
|
||||
Reference in New Issue
Block a user