Update code
This commit is contained in:
BIN
images/Livetv192.png
Normal file
BIN
images/Livetv192.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 14 KiB |
BIN
images/Livetv512.png
Normal file
BIN
images/Livetv512.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 41 KiB |
@@ -1,3 +1,4 @@
|
|||||||
|
|
||||||
<!doctype html>
|
<!doctype html>
|
||||||
<html>
|
<html>
|
||||||
|
|
||||||
@@ -6,11 +7,11 @@
|
|||||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||||
<link rel="stylesheet" href="css/bootstrap.min.css">
|
<link rel="stylesheet" href="css/bootstrap.min.css">
|
||||||
<link rel="manifest" href="manifest.json">
|
<link rel="manifest" href="manifest.json">
|
||||||
<meta name="apple-mobile-web-app-title" content="ดูวิดิโอกัน">
|
<meta name="apple-mobile-web-app-title" content="Live EDtv">
|
||||||
<link rel="apple-touch-icon" sizes="192x192" href="images/gitea192.png">
|
<link rel="apple-touch-icon" sizes="192x192" href="images/Livetv192.png">
|
||||||
<link rel="apple-touch-icon" sizes="512x512" href="images/gitea512.png">
|
<link rel="apple-touch-icon" sizes="512x512" href="images/Livetv512.png">
|
||||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||||
<title>Hello, world!</title>
|
<title>Live Edtv</title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -1,20 +1,20 @@
|
|||||||
{
|
{
|
||||||
"short_name": "ดูวิดิโอกัน",
|
"short_name": "LiveEdtv",
|
||||||
"name": "Shortcut ไปดูวิดิโอ",
|
"name": "Shortcut Edtv",
|
||||||
"icons": [
|
"icons": [
|
||||||
{
|
{
|
||||||
"src":"images/gitea192.png",
|
"src":"images/Livetv192.png",
|
||||||
"sizes": "192x192",
|
"sizes": "192x192",
|
||||||
"type": "image/png"
|
"type": "image/png"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"src":"images/gitea512.png",
|
"src":"images/Livetv512.png",
|
||||||
"sizes": "512x512",
|
"sizes": "512x512",
|
||||||
"type": "image/png"
|
"type": "image/png"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"start_url": ".",
|
"start_url": ".",
|
||||||
"background_color": "#FFF",
|
"background_color": "#FFF",
|
||||||
"theme_color": "#536878",
|
"Theme_color": "#536878",
|
||||||
"display": "standalone"
|
"display": "standalone"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user