cleaned up the index.html and renamed jquery.cookie.js
This commit is contained in:
parent
0864a68f11
commit
492d2a983e
3 changed files with 3 additions and 15 deletions
16
index.html
16
index.html
|
@ -18,7 +18,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
<title>Die Zeit als Wort - in HTML, CSS und JS</title>
|
||||
<script type="text/javascript" src="jquery-2.0.3.min.js"></script>
|
||||
<script type="text/javascript" src="jquery-ui-1.10.3.custom.min.js"></script>
|
||||
<script type="text/javascript" src="jquery.cookie.js"></script>
|
||||
<script type="text/javascript" src="jquery-cookie-1.4.0.js"></script>
|
||||
<script type="text/javascript" src="uhr.js"></script>
|
||||
<link rel="stylesheet" type="text/css" href="uhr.css" />
|
||||
<link rel="stylesheet" type="text/css" href="uhr-black.css" />
|
||||
|
@ -30,10 +30,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
</head>
|
||||
<body style="padding:0;margin:0;">
|
||||
<div id="uhr"></div>
|
||||
<div id="test"></div>
|
||||
<div class="u"></div>
|
||||
<div class="u"></div>
|
||||
<div class="u"></div>
|
||||
<p id="disclaimer">Created by fritteli, inspired by <a href="http://www.qlocktwo.com/">QLOCKTWO</a>.
|
||||
<script type="text/javascript" src="uhr-de_CH.js"></script>
|
||||
<script type="text/javascript" src="uhr-de.js"></script>
|
||||
|
@ -42,15 +38,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
var height = jQuery(window).height();
|
||||
var width = jQuery(window).width();
|
||||
var size = height < width ? height : width;
|
||||
/*
|
||||
new Uhr(jQuery('#uhr'), {
|
||||
layout: 'de_CH',
|
||||
theme: 'black',
|
||||
status: 'on',
|
||||
width: size + 'px'
|
||||
});
|
||||
*/
|
||||
$('div.u').uhr({width:'10em'});
|
||||
$('#uhr').uhr({width:size+'px'});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -4,8 +4,8 @@ CACHE MANIFEST
|
|||
COPYING
|
||||
index.html
|
||||
jquery-2.0.3.min.js
|
||||
jquery-cookie-1.4.0.js
|
||||
jquery-ui-1.10.3.custom.min.js
|
||||
jquery.cookie.js
|
||||
uhr.js
|
||||
uhr-de_CH.js
|
||||
uhr-de.js
|
||||
|
|
Loading…
Reference in a new issue