Add viewport to pages, to score better on "Mobile Friendly".
[frank.git] / index.html
1 <HTML>
2   <HEAD>
3     <META HTTP-EQUIV="Content-Type" content="text/html; charset=UTF-8"/>
4     <META NAME="viewport" content="width=device-width"/>
5     <TITLE>Frank Welcome Page</TITLE>
6     <STYLE>
7       body {background-color: #F0F0C0; font-size: 1em; }
8       #heading {border-collapse: collapse; font-size: 1.5em; }
9       #heading td, #heading th {border: 1px solid #600000; padding: 3px 3px 3px 3px; text-align: center;}
10       #heading th {background-color: #800000; color: #FFFFFF; }
11       #heading tr.ghost td {background-color: #C0C0C0;}
12     </STYLE>
13   </HEAD>
14
15   <BODY>
16     <TABLE ID="heading"><TR><TH>Welcome to Frank</TH></TR></TABLE>
17
18     <P>
19       <B>Choose a preselected stop:</B><BR/>
20       <A HREF="/ViewSchedule?stop=2438&route=">Bronson at Sunnyside, NB</A><BR/>
21       <A HREF="/ViewSchedule?stop=6781&route=">Bronson at Sunnyside, SB</A><BR/>
22       <A HREF="/ViewSchedule?stop=6683&route=">Sunnyside at Seneca, EB</A><BR/>
23       <A HREF="/ViewSchedule?stop=7655&route=">Bank at Sunnyside, NB</A><BR/>
24       <A HREF="/ViewSchedule?stop=6778&route=">Bank at Hopewell, SB</A><BR/>
25       <A HREF="/ViewSchedule?stop=7649&route=">Riverdale at Sunnyside, NB</A><BR/>
26       <A HREF="/ViewSchedule?stop=3034&route=">Billings Bridge Station (All Directions)</A><BR/>
27       <A HREF="/ViewSchedule?stop=6612&route=">Carleton U (All Directions)</A><BR/>
28       <A HREF="/ViewSchedule?stop=3009&route=">Rideau Centre (All Directions)</A><BR/>
29     </P>
30     <P>
31       <A HREF="/ViewSchedule?stop=6668&route=">Somerset at LeBreton EB</A><BR/>
32       <A HREF="/ViewSchedule?stop=2363&route=">Somerset at Bronson EB</A><BR/>
33       <A HREF="/ViewSchedule?stop=6625&route=">Bronson at Somerset NB</A><BR/>
34       <A HREF="/ViewSchedule?stop=5690&route=">Bronson at Somerset SB</A><BR/>
35     </P>
36     <P>
37       <B>Or, enter your stop number:</B><BR/>
38       <FORM NAME="EnterStopNo" ACTION="/ViewSchedule" METHOD="get">
39         <INPUT TYPE="text" NAME="stop"/>
40         <INPUT TYPE="submit" VALUE="Submit"/>
41       </FORM>
42     </P>
43     <P>
44       English <A HREF="index_fr.html">Français</A> <A HREF="index_jp.html">日本語</A>
45     </P>
46   </BODY>
47 </HTML>