Initial commit for web interface
Change-Id: I133eaf37221a050eb3c87e245b86ae54c610d446
diff --git a/person_detection/templates/index.html b/person_detection/templates/index.html
new file mode 100644
index 0000000..26ab1e8
--- /dev/null
+++ b/person_detection/templates/index.html
@@ -0,0 +1,9 @@
+<html>
+ <head>
+ <title>Person Detection - Aether Edge Application</title>
+ </head>
+ <body>
+ <h1>Person Detection - Aether Edge Application</h1>
+ <img src="{{ url_for('video_feed') }}">
+ </body>
+</html>