Initial
[frank.git] / index.html
1 <HTML>
2   <HEAD>
3     <TITLE>Frank Welcome Page</TITLE>
4   </HEAD>
5   <BODY>
6     <H1>Welcome to Frank</H1>
7     <H2>Choose a preselected stop:</H2>
8     <P>
9       <A HREF="/ViewSchedule?stop=2438&route=">Bronson at Sunnyside, NB</A><BR/>
10       <A HREF="/ViewSchedule?stop=6781&route=">Bronson at Sunnyside, SB</A><BR/>
11       <A HREF="/ViewSchedule?stop=6683&route=">Sunnyside at Seneca, EB</A><BR/>
12       <A HREF="/ViewSchedule?stop=7655&route=">Bank at Sunnyside, NB</A><BR/>
13       <A HREF="/ViewSchedule?stop=6778&route=">Bank at Hopewell, SB</A><BR/>
14       <A HREF="/ViewSchedule?stop=7649&route=">Riverdale at Sunnyside, NB</A><BR/>
15       <A HREF="/ViewSchedule?stop=3034&route=">Billings Bridge Station (All Directions)</A><BR/>
16       <A HREF="/ViewSchedule?stop=6612&route=">Carleton U (All Directions)</A><BR/>
17       <A HREF="/ViewSchedule?stop=3009&route=">Rideau Centre (All Directions)</A><BR/>
18     </P>
19     <P>
20       <A HREF="/ViewSchedule?stop=6668&route=">Somerset at LeBreton EB</A><BR/>
21       <A HREF="/ViewSchedule?stop=2363&route=">Somerset at Bronson EB</A><BR/>
22       <A HREF="/ViewSchedule?stop=6625&route=">Bronson at Somerset NB</A><BR/>
23       <A HREF="/ViewSchedule?stop=5690&route=">Bronson at Somerset SB</A><BR/>
24     </P>
25     <H2>Or, enter your stop number:</H2>
26     <P>
27       <FORM NAME="EnterStopNo" ACTION="/ViewSchedule" METHOD="get">
28         <INPUT TYPE="text" NAME="stop"/>
29         <INPUT TYPE="submit" VALUE="Submit"/>
30       </FORM>
31     </P>
32   </BODY>
33 </HTML>