diff --git a/templates/index.html b/templates/index.html
new file mode 100644
index 0000000000000000000000000000000000000000..48be900bf2134f7c2bad1f5a6c608055bdd05b53
--- /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