Add iOS home screen tag

This commit is contained in:
2018-11-01 23:14:26 +00:00
parent 053056d685
commit c773891ab3

View File

@@ -6,6 +6,10 @@
<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-capable" content="yes">
<title>Hello, world!</title>
</head>