mirror of
https://github.com/thooge/esp32-nmea2000-obp60.git
synced 2025-12-13 05:53:06 +01:00
add web install tools
This commit is contained in:
17
webinstall/install.html
Normal file
17
webinstall/install.html
Normal file
@@ -0,0 +1,17 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<script src="https://cdn.jsdelivr.net/npm/xterm@4.19.0/lib/xterm.min.js"></script>
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/xterm@4.19.0/css/xterm.css">
|
||||
<script type="module" src="install.js"></script>
|
||||
<link rel="stylesheet" href="install.css"/>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
</body>
|
||||
<div class="heading"></div>
|
||||
<div class="console"></div>
|
||||
<div class="content"></div>
|
||||
<div id="terminal"></div>
|
||||
</html>
|
||||
Reference in New Issue
Block a user