forked from james/femboyfinancial.jp
live camera feed page
This commit is contained in:
parent
26864d03e2
commit
1dfdeef5a8
@ -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
21
public/Live/Default.cfm
Normal 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
BIN
public/Live/Thumb.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.0 KiB |
Loading…
x
Reference in New Issue
Block a user