Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
XTRAIL
/
WORKAREA
/
Upload_code
/
Transfert
:
camera.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<!DOCTYPE html> <html> <head> <title>Camera Raspberry</title> <style> img{border:black solid 1px; float:left; margin:0.5%;} br{clear:both;} </style> </head> <body> <img src="http://82.234.53.234:8081/" width="320" height="240"/> <img src="http://82.234.53.234:8082/" width="320" height="240"/> <br/> <img src="http://82.234.53.234:8083/" width="320" height="240"/> <img src="http://82.234.53.234:8084/" width="320" height="240"/> </body> </html>