mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-04-28 19:28:50 +00:00
24 lines
722 B
HTML
24 lines
722 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>
|
|
<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>
|
|
</html>
|
|
|