temp commit, creating splash screen
This commit is contained in:
parent
ef073f9eb5
commit
1bdde279de
2 changed files with 2 additions and 3 deletions
|
@ -29,7 +29,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
<link rel="shortcut icon" type="image/png" href="favicon.png" />
|
<link rel="shortcut icon" type="image/png" href="favicon.png" />
|
||||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
|
||||||
<link rel="apple-touch-icon-precomposed" href="apple-touch-icon-precomposed.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-capable" content="yes" />
|
||||||
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
|
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
|
||||||
<meta name="apple-mobile-web-app-title" content="Bärneruhr" />
|
<meta name="apple-mobile-web-app-title" content="Bärneruhr" />
|
||||||
|
@ -45,7 +44,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
var height = $(window).height();
|
var height = $(window).height();
|
||||||
var size = (width < height ? width : height) + 'px';
|
var size = (width < height ? width : height) + 'px';
|
||||||
$('#uhr').uhr({
|
$('#uhr').uhr({
|
||||||
width: size,
|
width: '320px',
|
||||||
color: 'black',
|
color: 'black',
|
||||||
language: 'de_CH',
|
language: 'de_CH',
|
||||||
force: true,
|
force: true,
|
||||||
|
|
|
@ -23,7 +23,7 @@ var layout = {
|
||||||
[l('V'), l('I'),l('E'),l('R'),l('I'),l('F'),l('Ü'),l('F'),l('I'),l('Q'),l('T')],
|
[l('V'), l('I'),l('E'),l('R'),l('I'),l('F'),l('Ü'),l('F'),l('I'),l('Q'),l('T')],
|
||||||
[l('S'), l('Ä'),l('C'),l('H'),l('S'),l('I'),l('S'),l('I'),l('B'),l('N'),l('I')],
|
[l('S'), l('Ä'),l('C'),l('H'),l('S'),l('I'),l('S'),l('I'),l('B'),l('N'),l('I')],
|
||||||
[l('A'), l('C'),l('H'),l('T'),l('I'),l('N'),l('Ü'),l('N'),l('I'),l('E'),l('L')],
|
[l('A'), l('C'),l('H'),l('T'),l('I'),l('N'),l('Ü'),l('N'),l('I'),l('E'),l('L')],
|
||||||
[l('Z'), l('Ä'),l('N'),l('I'),l('E'),l('R'),l('B', 'on'),l('E'),l('U'),l('F'),l('I')],
|
[l('Z'), l('Ä'),l('N'),l('I'),l('E'),l('R'),l('B'),l('E'),l('U'),l('F'),l('I')],
|
||||||
[l('Z'), l('W'),l('Ö'),l('U'),l('F'),l('I'),l('N'),l('A'),l('U'),l('H'),l('R')]
|
[l('Z'), l('W'),l('Ö'),l('U'),l('F'),l('I'),l('N'),l('A'),l('U'),l('H'),l('R')]
|
||||||
]
|
]
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue