1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2024-10-06 14:53:21 +02:00
GPXSee/map/1.0/index.html
Martin Tůma bf58ae296b XSD fix
+ description HTML updates/markup fixes.
2018-10-10 23:09:00 +02:00

22 lines
496 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<title>Map version 1.0 XML file format</title>
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<style>
body {
max-width: 50em;
}
</style>
</head>
<body>
<h1>Map version 1.0 XML file format</h1>
<p>For human-readable Map format description, see the
<a href="http://www.gpxsee.org/doc#online">GPXSee documentation page</a>, for
XML validation use the <a href="http://www.gpxsee.org/map/1.0/map.xsd">XSD
file</a>.</p>
</body>
</html>