brittany-ferries/templates/index.html

31 lines
1 KiB
HTML
Raw Normal View History

2022-09-03 21:38:46 +01:00
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title></title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-gH2yIJqKdNHPEq0n4Mqa/HGKIhSkIHeL5AyhkYV8i59U5AR6csBvApHHNl/vI1Bx" crossorigin="anonymous">
</head>
<body>
<div class="m-3">
2024-03-11 16:15:02 +00:00
<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>
{#
2022-09-03 21:38:46 +01:00
<ul>
2023-08-10 14:05:07 +01:00
<li><a href="{{ url_for("outbound1_page") }}">Outbound: 29 September</a>
2023-09-11 07:00:20 +01:00
<li><a href="{{ url_for("outbound2_page") }}">Outbound 9 October</a>
2023-08-10 14:05:07 +01:00
<li><a href="{{ url_for("return1_page") }}">Return: 6 October</a>
2023-09-11 07:00:20 +01:00
<li><a href="{{ url_for("return2_page") }}">Return: 13 October</a>
2023-04-16 19:56:26 +01:00
<li><a href="{{ url_for("outbound3_page") }}">Outbound: 29 September</a>
2023-08-10 14:05:07 +01:00
<li><a href="{{ url_for("return2_page") }}">Return: </a>
2022-09-03 21:38:46 +01:00
</ul>
2024-03-11 16:15:02 +00:00
#}
2022-09-03 21:38:46 +01:00
</div>
</body>
</html>