From 2aa37ba0d64215dc8f18a6c357068afd08428b73 Mon Sep 17 00:00:00 2001 From: Jacek Kowalski <Jacek@jacekk.info> Date: Mon, 08 May 2017 07:27:42 +0000 Subject: [PATCH] Application manifest files --- map.html | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/map.html b/map.html index 896fa82..263b587 100644 --- a/map.html +++ b/map.html @@ -4,6 +4,7 @@ <title>TTSS Kraków - Mapa</title> <meta charset="utf-8" /> <meta name="viewport" content="initial-scale=1.0, user-scalable=no, width=device-width" /> +<link rel="manifest" href="map.manifest" /> <link rel="stylesheet" href="https://openlayers.org/en/v4.1.0/css/ol.css" type="text/css" /> <link rel="stylesheet" href="map.css" type="text/css" /> </head> -- Gitblit v1.9.1