mirror of
https://github.com/binary-kitchen/doorlockd
synced 2024-12-22 10:24:26 +01:00
display: improve page layout
Signed-off-by: Ralf Ramsauer <ralf@binary-kitchen.de>
This commit is contained in:
parent
5fe83e59f9
commit
3e8fce5b81
@ -18,8 +18,15 @@
|
|||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<h1>Willkommen in der Binary Kitchen!</h1>
|
<h1 class="text-center">Willkommen in der Binary Kitchen!</h1>
|
||||||
<div id="led"></div>
|
<div class="row">
|
||||||
<div id="message"></div>
|
<div class="col-md-3 text-center">
|
||||||
|
<div id="led"></div>
|
||||||
|
<div id="message"></div>
|
||||||
|
</div>
|
||||||
|
<div class="col-md-8">
|
||||||
|
<!-- Here's still space left! -->
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
{{ super() }}
|
{{ super() }}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
Loading…
Reference in New Issue
Block a user