Repo created

This commit is contained in:
Fr4nz D13trich 2025-11-22 13:58:55 +01:00
parent 4af19165ec
commit 68073add76
12458 changed files with 12350765 additions and 2 deletions

19
data/welcome.html Normal file
View file

@ -0,0 +1,19 @@
<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>