temp commit for logo-generation

This commit is contained in:
Manuel Friedli 2014-06-20 00:53:57 +02:00
parent 99adf0f1eb
commit ef073f9eb5
2 changed files with 4 additions and 3 deletions

View file

@ -28,7 +28,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<link rel="stylesheet" type="text/css" href="uhr-white.css" />
<link rel="shortcut icon" type="image/png" href="favicon.png" />
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<link rel="apple-touch-icon" href="icon.png" />
<link rel="apple-touch-icon-precomposed" href="apple-touch-icon-precomposed.png" />
<link rel="apple-touch-startup-image" href="splash.png" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
@ -49,7 +49,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
color: 'black',
language: 'de_CH',
force: true,
controls: false
controls: false,
time: new Date()
});
})(jQuery);
</script>