mirror of
https://github.com/thooge/esp32-nmea2000-obp60.git
synced 2026-01-27 08:23:06 +01:00
add installer page
This commit is contained in:
10
docs/install.css
Normal file
10
docs/install.css
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
.item {
|
||||||
|
margin: 0.5em;
|
||||||
|
}
|
||||||
|
.itemTitle {
|
||||||
|
margin-top: 0.5em;
|
||||||
|
margin-bottom: 0.2em;
|
||||||
|
}
|
||||||
|
esp-web-install-button {
|
||||||
|
margin-left: 0.5em;
|
||||||
|
}
|
||||||
20
docs/install.html
Normal file
20
docs/install.html
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
<!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"/>
|
||||||
|
<script type="text/javascript">
|
||||||
|
window.gitHubUser="wellenvogel";
|
||||||
|
window.gitHubRepo="esp32-nmea2000";
|
||||||
|
</script>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
</body>
|
||||||
|
<div class="heading"></div>
|
||||||
|
<div class="content"></div>
|
||||||
|
<div id="terminal"></div>
|
||||||
|
</html>
|
||||||
Reference in New Issue
Block a user