1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="utf-8">
<title>Nautilus</title>
<link href="A-style.css" rel="stylesheet" media="all" type="text/css">
</head>
<body>
<H1>Tableau de bord maison</h1>
<section class="streaming">
<h3>streaming caméra Galaxy Tab GT-P6210</h3>
<img name="Galaxy Tab" src="http://192.168.1.30:8082/?action=stream" width="600" height="450" alt="Live Feed" title="Galaxy Tab" />
</section>
<section class="streaming">
<h3>streaming caméra IP Foscam FI8905W via pi nautilus</h3>
<img src= "http://192.168.1.30:8081/?action=stream" width="640" height="480" title="Foscam FI8905W"/>
</section>
</body>
</html> |