mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-14 03:49:53 +03:00
18 lines
No EOL
483 B
HTML
18 lines
No EOL
483 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta http-equiv="Content-Security-Policy" content="default-src 'self'; script-src 'self'">
|
|
<link type="text/css" rel="stylesheet" href="style.css" media="all" />
|
|
<script src="renderer.js"></script>
|
|
<title>Bluetooth Device Chooser</title>
|
|
</head>
|
|
<body>
|
|
<h1>Select Bluetooth device:</h1>
|
|
<div id="list">
|
|
<div id="cancel" class="item">
|
|
Cancel
|
|
</div>
|
|
</div
|
|
</body>
|
|
</html> |