-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcamera_views.php
34 lines (32 loc) · 1.36 KB
/
camera_views.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
27
28
29
30
31
32
33
34
<!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" href="../wrightfamily.css">
<script src="../wrightfamily.js"></script>
<title>Cameras</title>
</head>
<body class="site">
<?php include('../includes/header.php');?>
<main class="site-content">
<!-- Body Start -->
<p>Cameras</p>
<h4>Front Door</h4>
<img src="https://zm.stevewright.nz/zm/cgi-bin/nph-zms?mode=jpeg&monitor=1&scale=100&maxfps=5&buffer=1000&user=web&pass=webstream"> <br><hr><br>
<h4>Driveway</h4>
<img src="https://zm.stevewright.nz/zm/cgi-bin/nph-zms?mode=jpeg&monitor=2&scale=100&maxfps=5&buffer=1000&user=web&pass=webstream"> <br><hr><br>
<h4>Lounge</h4>
<img src="https://zm.stevewright.nz/zm/cgi-bin/nph-zms?mode=jpeg&monitor=3&scale=100&maxfps=5&buffer=1000&user=web&pass=webstream"> <br><hr><br>
<h4>Back Door</h4>
<img src="https://zm.stevewright.nz/zm/cgi-bin/nph-zms?mode=jpeg&monitor=4&scale=100&maxfps=5&buffer=1000&user=web&pass=webstream"> <br><hr><br>
<!-- Body End -->
</main>
<?php $pagemodified = filemtime(__FILE__);
include("../includes/footer.php");?>
</body>
</html>