co-maps/data/welcome.html

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

20 lines
759 B
HTML
Raw Normal View History

2025-11-22 13:58:55 +01:00
<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>