Skip to content

Commit

Permalink
Added favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
clementallen committed Sep 5, 2016
1 parent b99beee commit d0f1413
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -30,7 +30,7 @@ Flag | Description | Value
m | map type | s:sattelite, h:hybrid, r:roadmap, t:relief
b | bounds | lat_max,lat_min,lon_max,lon_min
s | auto set to map | 1 - true
l | show special layers | v:wind, p:pressure, z:airspaces, a:airports, r:recievers
l | show special layers | v:wind, p:pressure, z:airspaces, a:airports, r:receivers
u | use imperial units | i - activated
p | path length | default: 5 min, p=2: 10 min, p=3 all points
n | show side panel | 0 - hidden
Expand Down
Binary file added favicon.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions help-de.html
Expand Up @@ -11,6 +11,8 @@
<HTML>
<HEAD>
<title>Localisation des planeurs</title>
<link rel="shortcut icon" href="favicon.gif"/>
<link rel="icon" type="image/gif" href="favicon.gif"/>
<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
</HEAD>
<BODY bgcolor="white";>
Expand Down
2 changes: 2 additions & 0 deletions help-en.html
Expand Up @@ -10,6 +10,8 @@
-->
<html><head>
<title>Spot the gliders</title>
<link rel="shortcut icon" href="favicon.gif"/>
<link rel="icon" type="image/gif" href="favicon.gif"/>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta name="author" content="philippe" >
</head>
Expand Down
2 changes: 2 additions & 0 deletions help-fr.html
Expand Up @@ -11,6 +11,8 @@
<HTML>
<HEAD>
<title>Localisation des planeurs</title>
<link rel="shortcut icon" href="favicon.gif"/>
<link rel="icon" type="image/gif" href="favicon.gif"/>
<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
</HEAD>
<BODY bgcolor="white";>
Expand Down
2 changes: 2 additions & 0 deletions index.php
Expand Up @@ -72,6 +72,8 @@
-->
<html>
<head>
<link rel="shortcut icon" href="favicon.gif"/>
<link rel="icon" type="image/gif" href="favicon.gif"/>
<meta name="viewport" content="initial-scale=1.0, user-scalable=no" />
<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
<title>Spot the gliders!</title>
Expand Down

0 comments on commit d0f1413

Please sign in to comment.