generate.html 463 B

12345678910111213
  1. <!doctype html>
  2. <title>AP Terrain Generator</title>
  3. <h1>AP Terrain Generator</h1>
  4. <p>File is being processed. This may take up to {{ waittime }} minutes.</p>
  5. {% if error %}
  6. <p>Error: {{ error }}!</p>
  7. {% else %}
  8. <p>When finished, you can download from: <a href="{{ urlkey }}" download="terrain.zip">Link To Download</a></p>
  9. <p>This should be unzipped to the autopilot's SD card, within in the "terrain" folder.</p>
  10. {% endif %}
  11. <footer>{{uuidkey}}</footer>