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" />
|
||||
<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-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" />
|
||||
<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 size = (width < height ? width : height) + 'px';
|
||||
$('#uhr').uhr({
|
||||
width: size,
|
||||
width: '320px',
|
||||
color: 'black',
|
||||
language: 'de_CH',
|
||||
force: true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue