Spaces:
Sleeping
Sleeping
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<title>Live Video Stream</title> | |
<style> | |
body { text-align: center; font-family: Arial, sans-serif; } | |
img { width: 80%; max-width: 800px; border: 5px solid black; } | |
</style> | |
</head> | |
<body> | |
<h1>Live Video Feed</h1> | |
<img src="/video" alt="Live Video Stream" style="width: 100%; max-width: 800px; height: auto;"> | |
</body> | |
</html> | |