Selaa lähdekoodia

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 vuotta sitten
vanhempi
commit
07c96f441f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 muutettua tiedostoa jossa 3 lisäystä ja 5 poistoa
  1. +3
    -5
      modules/ui/static/index.html

+ 3
- 5
modules/ui/static/index.html Näytä tiedosto

@@ -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…
Peruuta
Tallenna