Move the web service files into their own directory

This commit is contained in:
Craine Runton 2016-05-25 09:54:09 -06:00
parent 12cbab073e
commit 8fbbcc5dfd
7 changed files with 2 additions and 2 deletions

View File

@ -11,8 +11,8 @@
<script src="./js/jquery/jquery-2.2.2.min.js" ></script>
<script src="./js/handlebars/handlebars-v4.0.5.min.js" ></script>
<script src="./certificates.js" ></script>
<script src="./scripts.js" ></script>
<script src="./js/tls-dashboard/certificates.js" ></script>
<script src="./js/tls-dashboard/scripts.js" ></script>
</head>
<body>
<div class="container-fluid">