瀏覽代碼

add metatag to enable "Add to home screen" on IOS devices

It makes easier access for IOS users and removes top section of normal browser.
pull/230/head
erikosterholm83 GitHub 6 年之前
父節點
當前提交
07c96f441f
沒有發現已知的金鑰在資料庫的簽署中 GPG Key ID: 4AEE18F83AFDEB23
共有 1 個文件被更改,包括 3 次插入5 次删除
  1. +3
    -5
      modules/ui/static/index.html

+ 3
- 5
modules/ui/static/index.html 查看文件

@@ -3,14 +3,12 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="apple-mobile-web-app-capable" content="yes" />
<link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico">

<link rel="stylesheet" href="static/bootstrap.min.css">
<link rel="stylesheet" href="static/bootstrap.min.css">
<link rel="stylesheet" href="static/css/font-awesome.min.css">
<link rel="stylesheet" href="static/bootstrap.dark.css">



<link rel="apple-touch-icon" href="/ui/static/logo.png" />
<title>CraftBeerPi 3.0</title>
</head>
<body>


Loading…
取消
儲存