add some text to install.html

This commit is contained in:
andreas 2023-03-12 12:29:27 +01:00
parent 26218046b1
commit 10b04509ba
2 changed files with 10 additions and 13 deletions

View File

@ -1,10 +0,0 @@
.item {
margin: 0.5em;
}
.itemTitle {
margin-top: 0.5em;
margin-bottom: 0.2em;
}
esp-web-install-button {
margin-left: 0.5em;
}

View File

@ -2,10 +2,12 @@
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<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="module" src="https://wellenvogel.de/software/esp32/install.js"></script>
<link rel="stylesheet" href="https://wellenvogel.de/software/esp32/install.css"/>
<script type="text/javascript">
window.gitHubUser="wellenvogel";
window.gitHubRepo="esp32-nmea2000";
@ -14,7 +16,12 @@
<body>
</body>
<div class="heading"></div>
<div class="head">
<h1>Installing ESP32-NMEA2000</h1>
<p>On this page you can install the latest release of <a href="https://github.com/wellenvogel/esp32-nmea2000">ESP32-NMEA2000</a>
directly to your device.</p>
<p>Before installing just check carefully which of the devices is the correct one for you. Refer to the <a href="https://github.com/wellenvogel/esp32-nmea2000/blob/master/doc/Hardware.md">documentation</a>.</p>
</div>
<div class="content"></div>
<div id="terminal"></div>
</html>