2016-08-08 13:52:24 +00:00
|
|
|
<!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"/>
|
|
|
|
|
2016-08-09 03:33:14 +00:00
|
|
|
<body bgcolor="#E20074">
|
2016-08-08 13:52:24 +00:00
|
|
|
<center>
|
2016-10-27 11:11:51 +00:00
|
|
|
<a href="/tpotweb.html" target="_top" class="btn">Home</a>
|
2016-08-08 13:52:24 +00:00
|
|
|
<a href="/kibana/" target="main" class="btn">Kibana</a>
|
2016-08-09 21:10:32 +00:00
|
|
|
<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>
|
2016-10-23 10:34:08 +00:00
|
|
|
<a href="/netdata/" target="_blank" class="btn">Netdata</a>
|
2016-08-08 13:52:24 +00:00
|
|
|
</center>
|
|
|
|
</body>
|
|
|
|
</html>
|
|
|
|
|