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:
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>
|
||||
|
Reference in New Issue
Block a user