change landing page topnav with frame

This commit is contained in:
t3chn0m4g3
2016-08-08 13:52:24 +00:00
parent 1789684dfd
commit 8372e715b6
3 changed files with 29 additions and 45 deletions

View File

@ -5,20 +5,11 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>T-Pot</title>
</head>
<link href="style.css" rel="stylesheet" type="text/css"/>
<body>
<section>
<div class="vertical-align">
<p class="vertical-align center">
<a href="/kibana/" target="_blank" class="btn">Kibana</a>
<a href="/myhead/_plugin/head/" target="_blank" class="btn">Head</a>
<a href="/ui/" target="_blank" class="btn">Docker</a>
<a href="/wetty/ssh/tsec" target="_blank" class="btn">Console</a>
<a href="/netdata/" target="_blank" class="btn">Metrics</a>
</p>
</div>
</section>
</body>
<frameset rows='3%,*' border='0' frameborder='0' framespacing='0'>
<frame src='navbar.html' name='navbar' marginwidth='0' marginheight='2' scrolling='no' noresize>
<frame src='' name='main' marginwidth='0' marginheight='0' scrolling='auto' noresize>
<noframes>
</noframes>
</frameset>
</html>