Commit e7f6619d authored by Ad Schellevis's avatar Ad Schellevis

(captiveportal, new) replace absolute paths in default template

parent b7adcb6c
......@@ -13,10 +13,10 @@
<title></title>
<!-- Bootstrap -->
<link href="/css/bootstrap.min.css" rel="stylesheet">
<link href="/css/signin.css" rel="stylesheet">
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/signin.css" rel="stylesheet">
<script type="text/javascript" src="/js/jquery-1.11.2.min.js"></script>
<script type="text/javascript" src="js/jquery-1.11.2.min.js"></script>
<script>
function getURLparams()
{
......@@ -98,6 +98,6 @@
</main>
<!-- bootstrap script -->
<script type="text/javascript" src="/js/bootstrap.min.js"></script>
<script type="text/javascript" src="js/bootstrap.min.js"></script>
</body>
</html>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment