From acc381b7547027f259d46ac9074e4113893364a4 Mon Sep 17 00:00:00 2001
From: Ryan Tresman <tresmanr@cardiff.ac.uk>
Date: Sun, 4 Aug 2024 15:48:31 +0000
Subject: [PATCH] Upload New File

---
 templates/index.html | 9 +++++++++
 1 file changed, 9 insertions(+)
 create mode 100644 templates/index.html

diff --git a/templates/index.html b/templates/index.html
new file mode 100644
index 0000000..48be900
--- /dev/null
+++ b/templates/index.html
@@ -0,0 +1,9 @@
+<!DOCTYPE html>
+<html>
+<head>
+	<title>Video server</title>
+</head>
+<body>
+	<img src="{{ url_for('video_feed') }}">
+</body>
+</html>
\ No newline at end of file
-- 
GitLab