mirror of
https://github.com/meshtastic/firmware.git
synced 2025-02-01 18:29:56 +00:00
5981831bc0
Typo fixed. I placed the latest javascript library files into the static folder. Updated the root file handler to be able to serve both compressed and uncompressed files.
18 lines
311 B
HTML
18 lines
311 B
HTML
<!doctype html>
|
|
<html class="no-js" lang="">
|
|
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title></title>
|
|
|
|
<script src="/static/meshtastic.js"></script>
|
|
<script src="/static/basic.js"></script>
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<button id="connect_button" onclick="connect()">Connect to Meshtastic device</button>
|
|
|
|
</body>
|
|
|
|
</html> |