Index page isn't implmeneted.

This commit is contained in:
Edward Betts 2024-03-11 16:15:02 +00:00
parent d45da8a68d
commit 01d419e899

View file

@ -10,16 +10,20 @@
<body>
<div class="m-3">
<p>Sorry, this bit isn't implemented yet.</p>
<p>See the code: <a href="https://git.4angle.com/edward/brittany-ferries">https://git.4angle.com/edward/brittany-ferries</a>.</p>
{#
<ul>
<li><a href="{{ url_for("outbound1_page") }}">Outbound: 29 September</a>
<li><a href="{{ url_for("outbound2_page") }}">Outbound 9 October</a>
<li><a href="{{ url_for("return1_page") }}">Return: 6 October</a>
<li><a href="{{ url_for("return2_page") }}">Return: 13 October</a>
{#
<li><a href="{{ url_for("outbound3_page") }}">Outbound: 29 September</a>
<li><a href="{{ url_for("return2_page") }}">Return: </a>
#}
</ul>
#}
</div>
</body>