-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathindex.html
86 lines (82 loc) · 4.69 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/xhtml" >
<head profile="http://www.w3.org/2005/10/profile">
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-KY3LCD0Q3N"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-KY3LCD0Q3N');
</script>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description"
content="Home page for smartathome.co.uk,
for controlling Hive devices, and
comparing Octopus Energy tariffs to those from
Bulb, Tonik, Ovo and EDF.
Web control of Hue lights,
control of Sonoff / eWeLink devices and lights,
and Smart Life / Tuya devices and lights.">
<meta charset="UTF-8">
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="0" />
<link rel="icon" type="image/png" href="short_logo_trans.png">
<link rel="stylesheet" type="text/css" href="styles.css">
<link rel="stylesheet" media="(max-width:800px)" href="smallscreens.css">
<link rel="stylesheet" media="(min-width:801px)" href="largescreens.css">
<title>SmartAtHome.co.uk</title>
<script src="https://cdn.jsdelivr.net/jquery/latest/jquery.min.js"></script>
<script src="general_functions.js"></script>
<script>
window.onload = function() {
testFirstCookie();
}
</script>
</head>
<body>
<center><img src="long_logo.png" alt="smartathome.co.uk logo"><br /><br /></center>
<div class="row">
<div class="column"><a href="sonoff/index.html" data-ajax="false"><img src="images/SonoffLogo.png"></a><br /><br /><p class="plaintext">Control your Sonoff / eWeLink devices.</p></div>
<div class="column"><a href="smartlife/index.html" data-ajax="false"><img src="images/TuyaLogo.jpg"></a><br /><br /><p class="plaintext">Control your Smart Life / Tuya / TCP / many other devices.</p></div>
<div class="column"><a href="kasa/index.html" data-ajax="false"><img src="images/KasaLogo.jpg"></a><br /><br /><p class="plaintext">Control your Kasa switches and lights.</p></div>
<div class="column"><a href="hue/index.html" data-ajax="false"><img src="images/HueLogo.png"></a><br /><br /><p class="plaintext">Control your Hue lights.</p></div>
</div>
<div class="row">
<div class="column"><a href="octopus/index.html" data-ajax="false"><img src="images/OctopusLogo.png"></a><br /><br /><p class="plaintext">Compare Octopus Agile & Go Tariffs to other tariffs.</p></div>
<div class="column"><a href="hive/index.html" data-ajax="false"><img src="images/HiveLogo.png"></a><br /><br /><p class="plaintext">Control your Hive, back up your schedule and view usage.</p></div>
<div class="column"><a href="ring/index.html" data-ajax="false"><img src="images/RingLogo.jpg"></a><br /><br /><br /><br /><p class="plaintext">View and control your Ring devices.</p></div>
<div class="column"><a href="epc/index.html" data-ajax="false"><img src="images/EPCLogo.png"></a><br /><br /><p class="plaintext">View Energy Performance Certificates for UK properties.</p></div>
</div>
<br /><br />
<div class="row">
<div class="column2">
<a href="https://www.patreon.com/alexayoutube"><img src="images/AlexaYoutubeLogo.png"></a>
<p class="plaintext">Play YouTube audio and video on your Alexa device.</p>
</div>
<div class="column2">
<a href="https://github.com/ndg63276/alexa-sky-hd"><img src="images/AlexaSkyLogo.png"></a>
<p class="plaintext">Control your Sky HD or Sky Q box through your Alexa device.
<b>Not got Sky?</b> Join <a href="https://refer.sky.com/markw-4065">here</a> and get up to £100 in reward vouchers!</p>
</div>
</div>
<br /><br /><center><h3>
Need a credit card? Join <a href="https://welcome.aquacard.co.uk/refer1?UID=RAF182785247">Aqua</a> and get £25 cashback!
</center>
<br /><br />
<small>
Octopus and the Octopus logo are registered trademarks of Octopus Energy Limited.<br />
Hive and the Hive logo are registered trademarks of Centrica Hive Limited.<br />
Philips and the Philips logo are registered trademarks of Koninklijke Philips N.V.<br />
Hue and the Hue logo are registered trademarks of Signify Holding B.V.<br />
Sonoff and the Sonoff logo are registered trademarks of Shenzhen Sonoff Technologies Co., Limited.<br />
Tuya, the Tuya logo, and the Smart Life logo are registered trademarks of Tuya Global Inc.<br />
Alexa and the Alexa logo are registered trademarks of Amazon Technologies, Inc.<br />
Kasa and the Kasa Smart logo are registered trademarks of the TP-Link Corporation Limited.<br />
<div id="myCookieConsent">
<a id="cookieButton" onClick="acceptCookies()">Understood</a>
<div>This website is using cookies. <a href="cookies.html">More details</a></div>
</div>
</body>
</html>