generate.html 390 B

123456789101112
  1. <!doctype html>
  2. <title>AP Terrain Generator</title>
  3. <h1>AP Terrain Generator</h1>
  4. {% if error %}
  5. <p>Error: {{ error }}!</p>
  6. {% else %}
  7. <p>Terrain Generation complete. You can download from: <a href="{{ urlkey }}" download="terrain.zip">here</a>.</p>
  8. <p>This should be unzipped to the autopilot's SD card, within in the "terrain" folder.</p>
  9. {% endif %}
  10. <footer>{{uuidkey}}</footer>