diff --git a/public/index.html b/public/index.html
index 8609ec874f9df4f26c8b7b7e0f8cc2fe851678f2..223a208e9e299d7b815d2c7d645dc35c3597fd0f 100644
--- a/public/index.html
+++ b/public/index.html
@@ -27,12 +27,16 @@
     <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
     <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
     <link href='https://fonts.googleapis.com/css?family=Raleway' rel='stylesheet' type='text/css'>
-    <title>%PUBLIC_URL%</title>
+    <title>ESAP-GUI</title>
 
     <script type="text/javascript" src="https://sdc-dev.astron.nl/esap-gui/assets/js/samp.js"></script>
     <script type="text/javascript" src="https://sdc-dev.astron.nl/esap-gui/assets/js/votable.js"></script>
 
 
+    <script type="text/javascript" src="%PUBLIC_URL%assets/js/samp.js"></script>
+    <script type="text/javascript" src="%PUBLIC_URL%assets/js/votable.js"></script>
+
+
 
   </head>
   <body>
diff --git a/src/routes/Routes.js b/src/routes/Routes.js
index 72e1cc2237179b108e1a524d74b8699ad336089d..4f5b39fe92f3d6c108e85c236362eefbc1f986d2 100644
--- a/src/routes/Routes.js
+++ b/src/routes/Routes.js
@@ -56,7 +56,7 @@ export default function Routes() {
           </BasketContextProvider>
         </Route>
       </Switch>
-      <footer><small>esap-gui version 3 jun 2021 - 11:00</small></footer>
+      <footer><small>esap-gui version 3 jun 2021 - 11:30</small></footer>
     </Router>
   );
 }