add installer page
This commit is contained in:
parent
69f34961bc
commit
26218046b1
|
@ -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;
|
||||
}
|
|
@ -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>
|
Loading…
Reference in New Issue