Include link to git repo.
This commit is contained in:
parent
cce630d922
commit
1faa0a1909
2 changed files with 8 additions and 1 deletions
|
|
@ -1,5 +1,7 @@
|
||||||
# Bristol Eurostar
|
# Bristol Eurostar
|
||||||
|
|
||||||
|
Source: https://git.4angle.com/edward/bristol-eurostar
|
||||||
|
|
||||||
Plan a trip from Bristol Temple Meads to Europe on Eurostar.
|
Plan a trip from Bristol Temple Meads to Europe on Eurostar.
|
||||||
|
|
||||||
Combines GWR trains (Bristol → Paddington) with Eurostar services (St Pancras → destination) and shows all valid same-day connections, filtering by journey time and minimum/maximum transfer window at Paddington/St Pancras.
|
Combines GWR trains (Bristol → Paddington) with Eurostar services (St Pancras → destination) and shows all valid same-day connections, filtering by journey time and minimum/maximum transfer window at Paddington/St Pancras.
|
||||||
|
|
|
||||||
|
|
@ -53,7 +53,12 @@
|
||||||
<body>
|
<body>
|
||||||
<header>
|
<header>
|
||||||
<h1>Bristol to Europe via Eurostar</h1>
|
<h1>Bristol to Europe via Eurostar</h1>
|
||||||
<p>GWR to Paddington → St Pancras → Eurostar</p>
|
<p>GWR to Paddington → St Pancras → Eurostar
|
||||||
|
·
|
||||||
|
<a href="https://git.4angle.com/edward/bristol-eurostar"
|
||||||
|
style="color:rgba(255,255,255,0.75);font-size:0.8rem"
|
||||||
|
target="_blank" rel="noopener">source</a>
|
||||||
|
</p>
|
||||||
</header>
|
</header>
|
||||||
<main>
|
<main>
|
||||||
{% block content %}{% endblock %}
|
{% block content %}{% endblock %}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue