Update picoweb_video.py

This commit is contained in:
Zhentao-Lin 2022-05-14 17:38:41 +08:00
parent c6a26a03f5
commit 9b0f2f1892

View File

@ -66,7 +66,7 @@ HTTP/1.0 200 OK\r\n
</head> </head>
<body> <body>
<h1>Video Streaming Demonstration</h1> <h1>Video Streaming Demonstration</h1>
<img src="/video" margin-top:100px; style="transform:rotate(180deg); "/> <img src="/video" margin-top:100px; style="transform:rotate(180deg)"; />
</body> </body>
</html> </html>
""" """