tpotce/installer/usr/share/nginx/html/navbar.html

22 lines
722 B
HTML
Raw Normal View History

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>
<a href="/index.html" target="_top" class="btn">Home</a>
<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>
<a href="/netdata/" target="main" class="btn">Netdata</a>
2016-08-08 13:52:24 +00:00
</center>
</body>
</html>