Started testing pluggable views

This commit is contained in:
Joel Collins 2018-11-15 17:18:04 +00:00
parent fb6f171e9b
commit f106c2ecba
9 changed files with 503 additions and 10 deletions

View file

@ -0,0 +1,9 @@
<html>
<head>
<title>Video Streaming Demonstration</title>
</head>
<body>
<h1>Video Streaming Demonstration</h1>
<img src="{{ url_for('stream') }}">
</body>
</html>