add trailing slash

This commit is contained in:
t3chn0m4g3 2018-10-30 09:06:59 +00:00
parent acb9aa4fd2
commit 89a1553429
2 changed files with 2 additions and 2 deletions

View file

@ -15,7 +15,7 @@
</script> </script>
<a href="/cyberchef/" target="main" class="btn">CyberChef</a> <a href="/cyberchef/" target="main" class="btn">CyberChef</a>
<a href="/myhead/" target="main" class="btn">ES Head</a> <a href="/myhead/" target="main" class="btn">ES Head</a>
<a href="/kibana" target="main" class="btn">Kibana</a> <a href="/kibana/" target="main" class="btn">Kibana</a>
<a href="/spiderfoot/" target="main" class="btn">Spiderfoot</a> <a href="/spiderfoot/" target="main" class="btn">Spiderfoot</a>
</center> </center>
</body> </body>

View file

@ -8,7 +8,7 @@
<frameset rows='20,*' border='0' frameborder='0' framespacing='0'> <frameset rows='20,*' border='0' frameborder='0' framespacing='0'>
<frame src='navbar.html' name='navbar' marginwidth='0' marginheight='0' scrolling='no' noresize> <frame src='navbar.html' name='navbar' marginwidth='0' marginheight='0' scrolling='no' noresize>
<frame src='/kibana' name='main' marginwidth='0' marginheight='0' scrolling='auto' noresize> <frame src='/kibana/' name='main' marginwidth='0' marginheight='0' scrolling='auto' noresize>
<noframes> <noframes>
</noframes> </noframes>
</frameset> </frameset>