Skip to content
Snippets Groups Projects
Commit a2742b07 authored by Nico Vermaas's avatar Nico Vermaas
Browse files

accessing samp.js and votable.js

parent 483f065c
No related branches found
No related tags found
1 merge request!13Dev nico
Pipeline #13584 passed
......@@ -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>
......
......@@ -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>
);
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment