Add more detail to web page
This commit is contained in:
parent
036c0cfbd8
commit
348162169f
2 changed files with 20 additions and 9 deletions
|
|
@ -2,7 +2,7 @@
|
|||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title></title>
|
||||
<title>Eurotunnel prices</title>
|
||||
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-4bw+/aepP/YC94hEpVNVgiZdgIC5+VKNBQNGCHeKRQN+PtmoHDEXuppvnDJzQIu9" crossorigin="anonymous">
|
||||
</head>
|
||||
|
||||
|
|
@ -11,12 +11,14 @@
|
|||
<body>
|
||||
<div class="container mt-3">
|
||||
|
||||
<p>All Flexi Long Stay tickets are £269</p>
|
||||
<p>Pay an extra £40 to make a price return refundable.</p>
|
||||
<h1>Eurotunnel prices</h1>
|
||||
|
||||
<p>All Flexi Long Stay tickets are £269. Pay an extra £40 to make a return ticket refundable.</p>
|
||||
|
||||
<div class="row">
|
||||
<div class="col">
|
||||
|
||||
<h3>Out: {{ out_date.strftime("%a, %-d %b %Y") }}</h3>
|
||||
<p>Updated: {{ out_ts.strftime("%a, %-d %b %Y at %H:%M") }}</p>
|
||||
<table class="table table-sm w-auto">
|
||||
<tr>
|
||||
|
|
@ -36,6 +38,7 @@
|
|||
|
||||
<div class="col">
|
||||
|
||||
<h3>Return: {{ back_date.strftime("%a, %-d %b %Y") }}</h3>
|
||||
<p>Updated: {{ back_ts.strftime("%a, %-d %b %Y at %H:%M") }}</p>
|
||||
<table class="table table-sm w-auto">
|
||||
<tr>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue