Kaynağa Gözat

HTML: Tidy up

Stephen Dade 5 yıl önce
ebeveyn
işleme
01775b211e
2 değiştirilmiş dosya ile 6 ekleme ve 5 silme
  1. 3 3
      templates/generate.html
  2. 3 2
      templates/index.html

+ 3 - 3
templates/generate.html

@@ -1,12 +1,12 @@
 <!doctype html>
-<title>AP Terrain Generator</title>
-<h1>AP Terrain Generator</h1>
+<title>ArduPilot Terrain Generator</title>
+<h1>ArduPilot Terrain Generator</h1>
 
 {% if error %}
   <p>Error: {{ error }}!</p>
 {% else %}
   <p>Terrain Generation complete. You can download from: <a href="{{ urlkey }}" download="terrain.zip">here</a>.</p>
-  <p>This should be unzipped to the autopilot's SD card, within in the "terrain" folder.</p>
+  <p>This should be unzipped to the autopilot's SD card, within in the "APM/terrain" folder.</p>
 {% endif %}
 
 {% if outsideLat %}

+ 3 - 2
templates/index.html

@@ -1,6 +1,7 @@
 <!doctype html>
-<title>AP Terrain Generator</title>
-<h1>AP Terrain Generator</h1>
+<title>ArduPilot Terrain Generator</title>
+<h1>ArduPilot Terrain Generator</h1>
+
 <p>Use this to generate terrain to put on your SD card.</p>
 
 <p>Multiple generated files can be combined on the SD card.</p>