Biofuel-Optimiser / templates /mixture_predictor.html
carrotcake3's picture
Update templates/mixture_predictor.html
2eac2fd verified
{% extends "base.html" %}
{% block content %}
<div class="container py-4">
<h2 class="fw-bold mb-4">Mixture Fuel Predictor</h2>
<p class="text-muted">
To be added in a future update
</p>
</div>
{% endblock %}