Removed obsolete static files

This commit is contained in:
Joel Collins 2018-12-06 15:48:56 +00:00
parent 39aed3f122
commit 3f6bf67c12
2 changed files with 0 additions and 18 deletions

View file

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

View file

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