openflexure-microscope-server/openflexure_microscope/api/templates/index.html
2018-11-06 11:35:07 +00:00

9 lines
185 B
HTML

<html>
<head>
<title>Video Streaming Demonstration</title>
</head>
<body>
<h1>Video Streaming Demonstration</h1>
<img src="{{ url_for('stream') }}">
</body>
</html>