-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
52 lines (43 loc) · 2.06 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<html>
<head>
<!-- iso-8859-8-i -->
<meta http-equiv="content-type" content="text/html;charset=utf-8">
<meta http-equiv="content-type" content="text/xml;charset=utf-8">
<meta http-equiv="content-type" content="application/json;charset=utf-8">
<title>Home Automation</title>
<link rel="stylesheet" type="text/css" href="css/MyStyles.css">
<script src="settings.js"></script>
<script src="Javascript/MyScripts.js"></script>
<script src="Javascript/jquery-2.1.4.js"></script>
</head>
<body onload="onloadIntervals();">
<div dir="rtl">
<div style="width: 20%; float: right;">
<div>
<center><iframe src="http://free.timeanddate.com/clock/i5amr909/n676/tlil18/fn15/fs18/tt0/td1/th1/ts1/tb4" frameborder="0" width="200" height="74"></iframe></center>
<p>
<center><iframe src="http://free.timeanddate.com/clock/i5amr909/n676/szw160/szh160/cf100/hnce1ead6/fas24/fdi70/mql10/mqw4/mhl10/mhw4/mml5" frameborder="0" width="160" height="160"></iframe></center>
<p>
<center id="sunrise"></center>
<center id="sunset"></center>
</div>
<div>
<center><div id="cont_65465fa53bc3060ca9ac8c88f37a5893"><script type="text/javascript" async src="https://www.theweather.com/wid_loader/65465fa53bc3060ca9ac8c88f37a5893"></script></div></center>
</div>
<!--
<div>
<a href="http://www.accuweather.com/en/us/new-york-ny/10007/weather-forecast/349727" class="aw-widget-legal">
</a><div id="awtd1469737765297" class="aw-widget-36hour" data-locationkey="" data-unit="c" data-language="he" data-useip="true" data-uid="awtd1469737765297" data-editlocation="true"></div><script type="text/javascript" src="http://oap.accuweather.com/launch.js"></script>
</div>
-->
</div>
<div id="tabs_div" style="width: 60%; float: right;">
</div>
<div style="width: 20%; float: right;">
<center>Status</center>
<center></center>
<center id="commandline"></center>
</div>
</div>
</body>
</html>