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