2016-03-08 21:52:21 +00:00
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<title>
|
|
|
|
|
|
|
|
</title>
|
|
|
|
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
|
|
|
|
<meta name="viewport" content="width=360; initial-scale=1;">
|
|
|
|
<link href="//fonts.googleapis.com/css?family=Roboto+Slab:400,300,700" rel="stylesheet" type="text/css">
|
2016-04-19 15:24:02 +00:00
|
|
|
<link href='https://fonts.googleapis.com/css?family=Ubuntu+Condensed' rel='stylesheet' type='text/css'>
|
2016-03-08 21:52:21 +00:00
|
|
|
<link rel="stylesheet" type="text/css" href="css/clock.css">
|
|
|
|
<script src="//cdnjs.cloudflare.com/ajax/libs/zepto/1.1.4/zepto.min.js"></script>
|
|
|
|
<script src="//cdnjs.cloudflare.com/ajax/libs/sugar/1.4.1/sugar.min.js"></script>
|
|
|
|
|
|
|
|
<script src="libs/microevent.js"></script></head>
|
|
|
|
<script src="libs/skycons.js"></script></head>
|
|
|
|
|
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
<div id="clock"><div id="clockDisplay"></div></div>
|
|
|
|
<div id="weather">
|
|
|
|
<div id="wCurrent" class="weatherBit">Currently<div id="wCtext">xxx</div></div>
|
|
|
|
<div id="wLater" class="weatherBit">Later<div id="wLtext">xxx</div></div>
|
|
|
|
<div id="wToday" class="weatherBit">Today<div id="wTtext">xxx</div></div>
|
|
|
|
<div id="wDaily"><div id="wTtext">
|
|
|
|
<table style="width:100%;">
|
|
|
|
<tr>
|
|
|
|
<td><canvas id="icon1" width="95" height="95"></canvas></td>
|
|
|
|
<td><canvas id="icon2" width="95" height="95"></canvas></td>
|
|
|
|
<td><canvas id="icon3" width="95" height="95"></canvas></td>
|
|
|
|
<td><canvas id="icon4" width="95" height="95"></canvas></td>
|
|
|
|
<td><canvas id="icon5" width="95" height="95"></canvas></td>
|
|
|
|
<td><canvas id="icon6" width="95" height="95"></canvas></td>
|
|
|
|
<td><canvas id="icon7" width="95" height="95"></canvas></td>
|
|
|
|
<td><canvas id="icon8" width="95" height="95"></canvas></td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td id="d1" class="wday"></td>
|
|
|
|
<td id="d2" class="wday"></td>
|
|
|
|
<td id="d3" class="wday"></td>
|
|
|
|
<td id="d4" class="wday"></td>
|
|
|
|
<td id="d5" class="wday"></td>
|
|
|
|
<td id="d6" class="wday"></td>
|
|
|
|
<td id="d7" class="wday"></td>
|
|
|
|
<td id="d8" class="wday"></td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
|
|
|
|
</div></div>
|
|
|
|
</div>
|
|
|
|
<div id="misc"></div>
|
|
|
|
</body>
|
|
|
|
<script src="js/clock.js"></script>
|
2016-04-19 15:24:02 +00:00
|
|
|
</html>
|