error.html 313 B

12345678910111213
  1. <!doctype html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <title>ArduPilot Custom Firmware Builder</title>
  6. <link rel="stylesheet" type="text/css" href="{{ url_for('static',filename='styles/main.css') }}">
  7. </head>
  8. <h2>ArduPilot Custom Firmware Builder</h2>
  9. <p>Error Occured: {{ex}}</p>
  10. </html>