-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathremotes.php
26 lines (22 loc) · 826 Bytes
/
remotes.php
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0 user-scalable=yes">
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="author" content="Steve Wright">
<link rel="shortcut icon" href="favicon.ico" >
<link rel="stylesheet" type="text/css" href="wrightfamily.css">
<script src="wrightfamily.js"></script>
<title>Remotes</title>
</head>
<body class="site">
<?php include("includes/header.php")?>
<main class="site-content">
<p><button class="button" onClick="location.href = 'https://stevewright.nz/protected/remotes/Toshiba_AC/Toshiba_AC.php'">Toshiba Air Conditioning</button></p>
</main>
<?php $pagemodified = filemtime(__FILE__);
include("includes/footer.php");?>
</body>
</html>