Skip to content

Commit

Permalink
The Icon apears on broswer tabs unable to test icon on apple or andro…
Browse files Browse the repository at this point in the history
…id device
  • Loading branch information
Andres Muniz-Piniella committed Dec 27, 2013
1 parent c180e58 commit 703217c
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 16 deletions.
6 changes: 3 additions & 3 deletions Bus_stop.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
29 changes: 16 additions & 13 deletions countdown.php
Original file line number Diff line number Diff line change
@@ -1,20 +1,23 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>KML countdown</title>
<meta http-equiv="refresh" content="32">
<meta name="viewport" content="width=device-width">
<meta name="apple-mobile-web-app-capable" content="yes" />
<style type="text/css" media="screen">
body {
background-color:#000;
color:#00CD00;
font-family: Tahoma, Geneva, sans-serif;
font-size:2em;
}
</style>

<meta charset="utf-8" />
<title>KML countdown</title>
<link rel="icon" type="image/png" href="Bus_stop_ico.png" />
<link rel="apple-touch-icon" href="Bus_stop.png" />

This comment has been minimized.

Copy link
@amunizp

amunizp Dec 27, 2013

Member

This is the larger icon 114px that will show in iOS or android devices.

<meta http-equiv="refresh" content="16">
<meta name="viewport" content="width=device-width">
<meta name="apple-mobile-web-app-capable" content="yes" />
<style type="text/css" media="screen">
body {
background-color:#000;
color:#FFA500;
font-family: Tahoma, Geneva, sans-serif;
font-size:1.2em;
}
</style>
</head>

<body>
<!-- insert comment here -->
<!-- there is some php code here that can be found in
Expand Down

1 comment on commit 703217c

@amunizp
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello All, Tested this on my computer web browsers abrowser: gekko engine and midori: webkit. But it also has a feature icon view for android and apple devices (adding web page icon to home page). If you can please test this branch.

Please sign in to comment.