Create web directory to put web stuff in
[matches/MCTX3420.git] / web / gui.html
diff --git a/web/gui.html b/web/gui.html
new file mode 100644 (file)
index 0000000..215a00c
--- /dev/null
@@ -0,0 +1,30 @@
+<!DOCTYPE html>
+<html>
+       <head> 
+               <title> MCTX3420 Test GUI </title> 
+               <!-- Store all scripts locally (just in case there is an apocalypse) -->
+               <script type="text/javascript" src="jquery-1.10.1.min.js"></script>
+               <script type="text/javascript" src="jquery.flot.min.js"></script>
+               <script type="text/javascript" src="gui.js"></script>
+
+               <!-- Styles --> 
+               <link href="styles.css" rel="stylesheet" type="text/css">
+
+       </head>
+<body>
+
+<!-- Header -->
+
+<h1 id=heading>MCTX3420 Test GUI</h1>
+<div id=header> </div>
+
+<button id=camera onclick="window.open('stream.html')">Image Stream</button>
+
+<div id=plots width=100%> <!-- Plots go here --> </div>
+
+<div id=controls> <!-- Actuators go here --> </div>
+
+<div id=footer> </div>
+
+</body>
+</html>

UCC git Repository :: git.ucc.asn.au