Google Play availability and crash fix warning
This commit is contained in:
parent
53ccc59dc9
commit
51d032cccd
2 changed files with 15 additions and 0 deletions
|
@ -9,6 +9,8 @@ page_template: index.html
|
|||
for travelers, tourists, hikers, and cyclists based on top of crowd-sourced
|
||||
**OpenStreetMap** data and curated with love by **MapsWithMe** (**Maps.Me**) founders.
|
||||
|
||||
<div class="hiddenFromSearchEngines">.</div>
|
||||
|
||||
<p id='install'>
|
||||
|
||||
{{ badge(url='https://apps.apple.com/app/organic-maps/id1567437057', img='apple-appstore.svg', title='Install Organic Maps from the AppStore') }}
|
||||
|
|
|
@ -161,3 +161,16 @@ footer {
|
|||
margin: 0 1em 0 1em;
|
||||
}
|
||||
}
|
||||
|
||||
.hiddenFromSearchEngines {
|
||||
font-size: large;
|
||||
margin: 1em 0 1em 0;
|
||||
color: red;
|
||||
// Ovewrites the default content of the div but it isn't supported by all browsers.
|
||||
content: "The crash on the startup after Android update and the temporary app availability in Google Play Store should be fixed soon.";
|
||||
}
|
||||
.hiddenFromSearchEngines::before {
|
||||
color: red;
|
||||
// Places a hidden text above the div.
|
||||
content: "The crash on the startup after Android update and the temporary app availability in Google Play Store should be fixed soon.";
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue