Проект видео сервера от Bauman Robotics.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rpi_remote_cam/www/index.php

35 lines
880 B

6 years ago
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Video</title>
<link rel="stylesheet" type="text/css" href="style.css" />
</head>
<body>
<div id="container">
<div id="header">
<h1>Чето напишем</h1>
</div>
<div id="menu">
<table>
<tr>
<td id="menu1"><a href="index.php">Page 1</a></td>
</tr>
<tr>
<td id="menu2"><a href="stitch.php">Page 2</a></td>
</tr>
<tr>
<td id="menu3"><a href="slam.php">Page 3</a></td>
</tr>
</table>
</div>
<div id="content">
<img style="-webkit-user-select: none;" src="http://10.174.136.143:8081/">
</div>
<div id="clear">
</div>
</div>
</body>
</html>