Welcome to mirror list, hosted at ThFree Co, Russian Federation.

welcome.html « data - github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 872155efa83fe379cfe21da844e733f6dbf49753 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<html>
  <head>
    <meta charset="UTF-8"/>
    <meta name='viewport' content='width=device-width; initial-scale=1.0; maximum-scale=1.0;'>
    <style type="text/css">
        html {
          -webkit-text-size-adjust: none;
        }
    </style>
  </head>
  <body>
    <center><h1>Offline World Map in your computer</h1></center>
    <p>Congratulations! You're just in one step to see yor favourite cities and countries!</p>
    <p>Download them once and use everywhere - no internet access is needed!</p>
    <p>We'll try to keep you updated when new application versions and new map data become available.</p>
    <p>And of course, you always can check latest news on our web site: <a href="http://www.mapswithme.com">www.mapswithme.com</a></p>
  </body>
</html>