Spaces:
Sleeping
Sleeping
Update templates/mixture_predictor.html
Browse files- templates/mixture_predictor.html +13 -11
templates/mixture_predictor.html
CHANGED
|
@@ -1,11 +1,13 @@
|
|
| 1 |
-
{% extends "base.html" %}
|
| 2 |
-
{% block content %}
|
| 3 |
-
|
| 4 |
-
<div class="container py-4">
|
| 5 |
-
|
| 6 |
-
<h2 class="fw-bold mb-4">Mixture Fuel Predictor</h2>
|
| 7 |
-
<p class="text-muted">
|
| 8 |
-
|
| 9 |
-
</
|
| 10 |
-
|
| 11 |
-
|
|
|
|
|
|
|
|
|
| 1 |
+
{% extends "base.html" %}
|
| 2 |
+
{% block content %}
|
| 3 |
+
|
| 4 |
+
<div class="container py-4">
|
| 5 |
+
|
| 6 |
+
<h2 class="fw-bold mb-4">Mixture Fuel Predictor</h2>
|
| 7 |
+
<p class="text-muted">
|
| 8 |
+
To be added in a future update
|
| 9 |
+
</p>
|
| 10 |
+
|
| 11 |
+
</div>
|
| 12 |
+
|
| 13 |
+
{% endblock %}
|