live camera feed page

This commit is contained in:
James Shiffer 2020-09-27 18:00:09 -07:00
parent 26864d03e2
commit 1dfdeef5a8
4 changed files with 22 additions and 1 deletions

View File

@ -10,7 +10,7 @@
</td>
<td valign="top" width="50%">
<h4><a href="/Live">Development team live feed</a></h4>
<img width="75" height="75" src="/Live/Thumb.gif">
<img width="80" height="60" src="/Live/Thumb.jpg">
</td>
</tr>
<tr>

21
public/Live/Default.cfm Normal file
View File

@ -0,0 +1,21 @@
<cfset pagetitle = "Live Camera Feed">
<cfinclude template="../../templates/Header.cfm">
<meta http-equiv="refresh" content="5">
<style>
.content {
margin: 0 10px;
}
.content h3 {
color: #3A7FF1;
margin: 0;
margin-bottom: 10px;
}
</style>
<div class="content">
<h3>Here you can view a Live video feed of our office.</h3>
<img src="/Live/Thumb.jpg" width="160" height="120">
</div>
<cfinclude template="../../templates/Footer.cfm">

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.8 KiB

BIN
public/Live/Thumb.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.0 KiB