-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
32 lines (23 loc) · 1.08 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
---
layout: default-empty
---
<section class="p-strip--light content">
<div class="row">
<div class="col-8">
<!-- around_town -->
<h2>This site is no longer available</h2>
<p>Since December 2021, we stopped publishing new content on the site. We left the site up for a another couple of years; however, we are now turning off the archives.</p>
<p>Thank you for your support over the years.</p>
</div><!-- end div left -->
<div class="col-4">
<div id="traininfo" class="">
<h3 class="p-muted-heading">Current Train Information</h3>
<ul class="p-list">
<li class="p-list__item is-ticked"><a href="/cgi-bin/train_parser.cgi?station=SMG">St Margarets Station</a></li>
<li class="p-list__item is-ticked"><a href="/cgi-bin/train_parser.cgi?station=TWI">Twickenham Station</a></li>
<li class="p-list__item is-ticked"><a href="/cgi-bin/train_parser.cgi?station=RMD">Richmond Station</a></li>
</ul>
</div><!-- /end div traininfo -->
</div><!-- end div right -->
</div><!-- end div row -->
</section>