set up docker generation
This commit is contained in:
5
web2mqtt/static/data.json
Normal file
5
web2mqtt/static/data.json
Normal 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
32
web2mqtt/static/site.css
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user