mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 01:27:27 -04:00
change landing page topnav with frame
This commit is contained in:
@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user