소스 검색

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
No known key found for this signature in database GPG 키 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>


불러오는 중...
취소
저장