carrotcake3 commited on
Commit
2eac2fd
·
verified ·
1 Parent(s): d6f62f9

Update templates/mixture_predictor.html

Browse files
Files changed (1) hide show
  1. 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">add more details hhere.</p>
8
-
9
- </div>
10
-
11
- {% endblock %}
 
 
 
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 %}