admin: can change the baseurl interface
This commit is contained in:
parent
6f91b0810f
commit
a25f72a762
8 changed files with 82 additions and 329 deletions
|
@ -5,7 +5,7 @@
|
|||
<title>Challenge Forensic - Administration</title>
|
||||
<link href="/css/bootstrap.min.css" rel="stylesheet">
|
||||
<base href="/">
|
||||
<script src="//d3js.org/d3.v3.min.js"></script>
|
||||
<script src="/js/d3.v3.min.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<nav class="navbar navbar-inverse navbar-static-top">
|
||||
|
@ -13,7 +13,7 @@
|
|||
|
||||
<div class="navbar-header">
|
||||
<a class="navbar-brand" href="/">
|
||||
<img alt="FIC" src="img/fic.png" style="height: 100%">
|
||||
<img alt="FIC" src="/img/fic.png" style="height: 100%">
|
||||
</a>
|
||||
</div>
|
||||
|
||||
|
|
Reference in a new issue