20 lines
759 B
HTML
20 lines
759 B
HTML
|
|
<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>As CoMaps is an offline-first software, you'll need to download some regions.</p>
|
||
|
|
<p>Once they are downloaded, no internet access is needed.</p>
|
||
|
|
<p>And of course, you always can check project updates on Codeberg: <a href="https://codeberg.org/comaps/comaps">https://codeberg.org/comaps/comaps</a></p>
|
||
|
|
<p>Or you can check our website: <a href="https://comaps.app">https://comaps.app</a></p>
|
||
|
|
</body>
|
||
|
|
</html>
|
||
|
|
|