Skip to content

Commit

Permalink
Add favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
joelhaasnoot authored and Joel Haasnoot committed Mar 31, 2012
1 parent 983d52c commit d1852d2
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 4 deletions.
3 changes: 2 additions & 1 deletion opentripplanner-webapp/src/main/webapp/about.html
@@ -1,5 +1,6 @@
<head>
<title>About OpenTripPlanner</title>
<link rel="shortcut icon" href="images/ui/favicon.ico" />
</head>
<body>
<style>
Expand Down Expand Up @@ -48,4 +49,4 @@
</span>
</div> <!-- id="about_liq" -->
</div> <!-- id="about" -->
</body>
</body>
Binary file not shown.
3 changes: 2 additions & 1 deletion opentripplanner-webapp/src/main/webapp/index.html
Expand Up @@ -8,7 +8,8 @@
<meta name="keywords" content="interactive map, map, trip planner, bus, rail, transit, max, tripplanner, plan, trip, plans, itinerary, schedule planner, planning, planner, scheduler, assistant, wizard, travel, schedule, guide, map, route, times, plan a trip" />
<meta content="tripplanner v0.4 - May 2011 (FXP)"/>
<meta http-equiv="X-UA-Compatible" content="IE=8;FF=3;OtherUA=4" />


<link rel="shortcut icon" href="images/ui/favicon.ico" />
<link rel="stylesheet" type="text/css" href="js/lib/ext/resources/css/ext-all-notheme.css" />
<link rel="stylesheet" type="text/css" href="js/lib/ext/resources/css/xtheme-transit-extend.css" />
<link rel="stylesheet" type="text/css" href="js/lib/openlayers/theme/default/style.css" />
Expand Down
1 change: 1 addition & 0 deletions opentripplanner-webapp/src/main/webapp/min.html
Expand Up @@ -8,6 +8,7 @@
<meta name="keywords" content="interactive map, map, trip planner, bus, rail, transit, max, tripplanner, plan, trip, plans, itinerary, schedule planner, planning, planner, scheduler, assistant, wizard, travel, schedule, guide, map, route, times, plan a trip" />
<meta content="tripplanner v0.4 - May 2011 (FXP)"/>

<link rel="shortcut icon" href="images/ui/favicon.ico" />
<link rel="stylesheet" type="text/css" href="js/lib/ext/resources/css/ext-all-notheme.css" />
<link rel="stylesheet" type="text/css" href="js/lib/ext/resources/css/xtheme-transit-extend.css" />
<link rel="stylesheet" type="text/css" href="js/lib/openlayers/theme/default/style.css" />
Expand Down
3 changes: 2 additions & 1 deletion opentripplanner-webapp/src/main/webapp/print-test.html
@@ -1,7 +1,8 @@
<html>
<head>
<title>Print Trip</title>


<link rel="shortcut icon" href="images/ui/favicon.ico" />
<link rel="stylesheet" type="text/css" href="js/lib/ext/resources/css/ext-all-notheme.css" />
<link rel="stylesheet" type="text/css" href="js/lib/ext/resources/css/xtheme-transit-extend.css" />
<link rel="stylesheet" type="text/css" href="js/lib/openlayers/theme/default/style.css" />
Expand Down
3 changes: 2 additions & 1 deletion opentripplanner-webapp/src/main/webapp/print.html
Expand Up @@ -7,7 +7,8 @@
<meta name="description" content="The Open Trip Planner provides step-by-step directions for using multiple modes of travel, including transit, biking and walking. Find out more about this open source project at http://opentripplanner.org." />
<meta name="keywords" content="interactive map, map, trip planner, bus, rail, transit, max, tripplanner, plan, trip, plans, itinerary, schedule planner, planning, planner, scheduler, assistant, wizard, travel, schedule, guide, map, route, times, plan a trip" />
<meta content="tripplanner v0.5 - November 2011 (FXP)"/>


<link rel="shortcut icon" href="images/ui/favicon.ico" />
<link rel="stylesheet" type="text/css" href="js/lib/ext/resources/css/ext-all-notheme.css" />
<link rel="stylesheet" type="text/css" href="js/lib/ext/resources/css/xtheme-transit-extend.css" />
<link rel="stylesheet" type="text/css" href="planner.css" />
Expand Down

0 comments on commit d1852d2

Please sign in to comment.