mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-23 00:02:38 -05:00
21 lines
719 B
HTML
21 lines
719 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>No help found</title>
|
|
<meta charset="UTF-8">
|
|
</head>
|
|
<body>
|
|
<center><a href="https://qgis.org"><img src="../images/icons/qgis-icon-60x60.png" border=0></a></center>
|
|
<h1><center>Oops!</center></h1>
|
|
<p>QGIS help is currently not available. This is likely because:</p>
|
|
<ul>
|
|
<li>No internet connection is available</li>
|
|
<li>The offline help files are not available or the location of these
|
|
files is not properly configured</li>
|
|
<li>No help content is available for the requested topic</li>
|
|
</ul>
|
|
<p>Please check that the correct location of the offline help files is
|
|
specified in the QGIS options dialog (Settings → Options →System).</p>
|
|
</body>
|
|
</html>
|