mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-04-29 11:48:52 +00:00

fix an issue with nginx upgrades where index.html was overwritten without asking fix an issue with dashboards where positions were mixed up after removing welcome message and saving as default
21 lines
726 B
HTML
21 lines
726 B
HTML
<!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 bgcolor="#E20074">
|
|
<center>
|
|
<a href="/tpotweb.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">ES Head Plugin</a>
|
|
<a href="/ui/" target="main" class="btn">UI-For-Docker</a>
|
|
<a href="/wetty/ssh/tsec" target="main" class="btn">WebSSH</a>
|
|
<a href="/netdata/" target="_blank" class="btn">Netdata</a>
|
|
</center>
|
|
</body>
|
|
</html>
|
|
|