Project

General

Profile

Feature #239 » webcam.html

updated to call android.html - Hammel, 02 Nov 2013 14:24

 
1
<html>
2

    
3
<head>
4
<link rel="icon" type="image/vnd.microsoft.icon" href="/images/favicon.ico">
5
<link rel="stylesheet" type="text/css" href="/css/pibox.css">
6
<title>PiBox</title>
7
</head>
8

    
9
<body>
10
<div id="wrapper">
11

    
12
<div id="frontPage">
13
<ul>
14
    <li> <a id="android" href="/android.html">HTML5</a>
15
			</li>
16
    <li> <a id="android" href="/php/pibox.php?function=webcam&type=android">Android</a>
17
			</li>
18
    <li> <a id="ios" href="/php/pibox.php?function=webcam&type=ios">iOS</a>
19
			</li>
20
    <li> <a id="desktop" href="/php/pibox.php?function=webcam&type=desktop">Desktop</a>
21
			</li>
22
</ul>
23

    
24
</div>
25

    
26
</div>
27

    
28
</body>
29
</html>
30

    
31

    
(10-10/12)