Advertisement
lostcalpolydude

relay_extras.ash

Nov 19th, 2016
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.99 KB | None | 0 0
  1. writeln( "<b>Airports</b>" );
  2. writeln( "<a href=place.php?whichplace=airport_hot style=color:red>hot</a></font>" );
  3. writeln( "<a href=place.php?whichplace=airport_cold style=color:blue>cold</a>" );
  4. writeln( "<a href=place.php?whichplace=airport_spooky style=color:gray>spooky</a>" );
  5. writeln( "<a href=place.php?whichplace=airport_stench style=color:green>stench</a>" );
  6. writeln( "<a href=place.php?whichplace=airport_sleaze style=color:blueviolet>sleaze</a>" );
  7. writeln( "<br /><br />" );
  8.  
  9. writeln( "<a href=place.php?whichplace=town_wrong&action=townwrong_precinct>Precinct</a><br />" );
  10.  
  11. writeln( "<a href=place.php?whichplace=town_right&action=townright_ltt>LT&T</a>" );
  12. writeln( "<a href=adventure.php?snarfblat=474>(adv)</a><br />" );
  13.  
  14. writeln( "<a href=place.php?whichplace=snojo>Snojo</a>" );
  15. writeln( "<br /><br />" );
  16.  
  17. writeln( "<a href=spaaace.php>space</a><br />" );
  18. writeln( "<a href=thesea.php>sea</a><br />" );
  19. writeln( "<a href=place.php?whichplace=twitch>twitch</a><br />" );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement