Update code

This commit is contained in:
2019-03-23 10:44:58 +00:00
parent e5c8b4b7cc
commit c39c346c54
4 changed files with 10 additions and 9 deletions

BIN
images/Livetv192.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

BIN
images/Livetv512.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB

View File

@@ -1,3 +1,4 @@

<!doctype html>
<html>
@@ -6,11 +7,11 @@
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="manifest" href="manifest.json">
<meta name="apple-mobile-web-app-title" content="ดูวิดิโอกัน">
<link rel="apple-touch-icon" sizes="192x192" href="images/gitea192.png">
<link rel="apple-touch-icon" sizes="512x512" href="images/gitea512.png">
<meta name="apple-mobile-web-app-title" content="Live EDtv">
<link rel="apple-touch-icon" sizes="192x192" href="images/Livetv192.png">
<link rel="apple-touch-icon" sizes="512x512" href="images/Livetv512.png">
<meta name="apple-mobile-web-app-capable" content="yes">
<title>Hello, world!</title>
<title>Live Edtv</title>
</head>
<body>

View File

@@ -1,20 +1,20 @@
{
"short_name": "ดูวิดิโอกัน",
"name": "Shortcut ไปดูวิดิโอ",
"short_name": "LiveEdtv",
"name": "Shortcut Edtv",
"icons": [
{
"src":"images/gitea192.png",
"src":"images/Livetv192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src":"images/gitea512.png",
"src":"images/Livetv512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"start_url": ".",
"background_color": "#FFF",
"theme_color": "#536878",
"Theme_color": "#536878",
"display": "standalone"
}