mirror of
https://github.com/Doctorado-ML/beflask.git
synced 2025-08-18 00:25:51 +00:00
Add status line
This commit is contained in:
BIN
app/app.db
BIN
app/app.db
Binary file not shown.
@@ -30,19 +30,18 @@ tbody {
|
|||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
padding-bottom: 20px;
|
padding-bottom: 25px;
|
||||||
padding-top: 60px;
|
padding-top: 60px;
|
||||||
background-color: #ffb878;
|
background-color: #ffb878;
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar {
|
.navbar-custom {
|
||||||
margin-bottom: 20px;
|
height: 20px;
|
||||||
}
|
}
|
||||||
|
.pie{
|
||||||
|
color: white;
|
||||||
|
font-size: 0.7rem;
|
||||||
h2 {
|
padding-left: 0.5rem;
|
||||||
margin-top: 20px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@@ -33,6 +33,7 @@
|
|||||||
<div class="container-fluid">
|
<div class="container-fluid">
|
||||||
{% block content %}{% endblock %}
|
{% block content %}{% endblock %}
|
||||||
</div>
|
</div>
|
||||||
|
{% include "status.html" %}
|
||||||
</body>
|
</body>
|
||||||
{% block jscript %}
|
{% block jscript %}
|
||||||
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
|
||||||
|
7
app/templates/status.html
Normal file
7
app/templates/status.html
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
<nav class="navbar fixed-bottom navbar-dark bg-dark navbar-custom">
|
||||||
|
<ul class="navbar-nav mr-auto pie">
|
||||||
|
<p class="pie">
|
||||||
|
<small>Versión <b>1.00</b></small>
|
||||||
|
</p>
|
||||||
|
</ul>
|
||||||
|
</nav>
|
Reference in New Issue
Block a user