set up docker generation

This commit is contained in:
2022-10-02 17:43:55 +02:00
parent 712320fb47
commit 0b66d4ae0d
21 changed files with 447 additions and 58 deletions

View File

@@ -0,0 +1,5 @@
{
"01": {
"note" : "Data is very simple because we're demonstrating only the mechanism."
}
}

32
web2mqtt/static/site.css Normal file
View File

@@ -0,0 +1,32 @@
.message {
font-weight: 600;
color: blue;
}
.navbar {
background-color: lightslategray;
font-size: 1em;
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
color: white;
padding: 8px 5px 8px 5px;
}
.navbar a {
text-decoration: none;
color: inherit;
}
.navbar-brand {
font-size: 1.2em;
font-weight: 600;
}
.navbar-item {
font-variant: small-caps;
margin-left: 30px;
}
.body-content {
padding: 5px;
font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}