created client folder and moved files there

This commit is contained in:
Rohit
2019-05-31 15:46:25 -04:00
parent e6746cd4dc
commit 7ebacae080
23 changed files with 4 additions and 11 deletions

View File

Before

Width:  |  Height:  |  Size: 9.8 KiB

After

Width:  |  Height:  |  Size: 9.8 KiB

View File

Before

Width:  |  Height:  |  Size: 600 B

After

Width:  |  Height:  |  Size: 600 B

View File

Before

Width:  |  Height:  |  Size: 5.5 KiB

After

Width:  |  Height:  |  Size: 5.5 KiB

View File

Before

Width:  |  Height:  |  Size: 3.4 KiB

After

Width:  |  Height:  |  Size: 3.4 KiB

View File

Before

Width:  |  Height:  |  Size: 3.5 KiB

After

Width:  |  Height:  |  Size: 3.5 KiB

View File

@@ -3,18 +3,12 @@
<head>
<meta charset="utf-8" />
<title>Lab UI</title>
<!--
Link to included files. These are typically done by fetching from the web.
Because this needs to run without an internet conection, the files were saved
locally
-->
<script type="text/javascript" src="include/js/eventemitter2.min.js"></script>
<!-- Bootstrap is a beatuful and usefull library of GUIs. Docs can be found here: http://getbootstrap.com/
Tutorials can be found here: http://www.w3schools.com/bootstrap/default.asp
-->
<link rel="stylesheet" href="include/css/bootstrap.min.css">
<script type="text/javascript" src="include/js/eventemitter2.min.js"></script>
<script src="include/js/jquery.min.js"></script>
<script src="include/js/bootstrap.min.js"></script>
<script src="include/js/math.min.js"></script>
@@ -29,7 +23,6 @@ Tutorials can be found here: http://www.w3schools.com/bootstrap/default.asp
<meta name="viewport" content="width=device-width, initial-scale=1">
<script>
$(function(){
$("#coordinatorContent").load("coordinator/coordinator.html");