Files
comaps/data/welcome.html
Harry Bond 607191503c [desktop] Change ID from .desktop to .qt
required to publish on Flathub, and .desktop is a file extension anyway so it's a bad idea
also some improvements to metadata structure, and add branding colours
and fix the welcome message in qt

Signed-off-by: Harry Bond <me@hbond.xyz>
2025-08-10 10:06:24 +02:00

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>