kopia lustrzana https://github.com/dceejay/electron-node-red
20 wiersze
372 B
HTML
20 wiersze
372 B
HTML
|
|
<style>
|
|
.container {
|
|
height:100%;
|
|
width:100%;
|
|
display: flex;
|
|
position: fixed;
|
|
align-items: center;
|
|
justify-content: center;
|
|
font-family: Arial,sans-serif;
|
|
}
|
|
</style>
|
|
<div class="container">
|
|
<div>
|
|
<img src="nodered.png"/><br/>
|
|
<h1>Loading Node-RED</h1>
|
|
Press Alt to see Menu bar.
|
|
</div>
|
|
</div>
|