mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-17 01:54:49 +00:00
(captiveportal, new) replace absolute paths in default template
This commit is contained in:
parent
b7adcb6cde
commit
e7f6619de6
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user