mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-04-28 11:18:51 +00:00
change landing page topnav with frame
This commit is contained in:
parent
1789684dfd
commit
8372e715b6
3 changed files with 29 additions and 45 deletions
|
@ -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>
|
||||
|
||||
|
|
21
installer/usr/share/nginx/html/navbar.html
Normal file
21
installer/usr/share/nginx/html/navbar.html
Normal file
|
@ -0,0 +1,21 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en_US">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<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>
|
||||
<center>
|
||||
<a href="/index.html" target="_top" class="btn">Home</a>
|
||||
<a href="/kibana/" target="main" class="btn">Kibana</a>
|
||||
<a href="/myhead/_plugin/head/" target="main" class="btn">Head</a>
|
||||
<a href="/ui/" target="main" class="btn">Docker</a>
|
||||
<a href="/wetty/ssh/tsec" target="main" class="btn">Console</a>
|
||||
<a href="/netdata/" target="main" class="btn">Metrics</a>
|
||||
</center>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -4,9 +4,9 @@
|
|||
border-radius: 0px;
|
||||
font-family: Arial;
|
||||
color: #ffffff;
|
||||
font-size: 20px;
|
||||
font-size: 12px;
|
||||
background: #E20074;
|
||||
padding: 10px 20px 10px 20px;
|
||||
padding: 2px 30px 2px 30px;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
|
@ -15,31 +15,3 @@
|
|||
text-decoration: none;
|
||||
}
|
||||
|
||||
.vertical-align {
|
||||
position: relative;
|
||||
top: 50%;
|
||||
-webkit-transform: translateY(-50%);
|
||||
-ms-transform: translateY(-50%);
|
||||
transform: translateY(-50%);
|
||||
}
|
||||
.center {
|
||||
margin: 0 auto;
|
||||
text-align: center;
|
||||
}
|
||||
.modal {
|
||||
background-color: #fff;
|
||||
border: 5px solid #333;
|
||||
width: 450px;
|
||||
height: 300px;
|
||||
}
|
||||
|
||||
section {
|
||||
display: block;
|
||||
margin: 0 auto 1em;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
height: 100%;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue