haproxy-wi/index.html

25 lines
1.0 KiB
HTML
Raw Normal View History

2018-01-15 06:09:19 +00:00
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<title>HAProxy monitoryng</title>
<link href="/favicon.ico" rel="icon" type="image/x-icon" />
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
<link href="style.css" rel="stylesheet">
</head>
<body>
<center>
2018-01-15 06:23:56 +00:00
<h2>Welcome! HAproxy Web intarface</h2>
2018-01-15 06:09:19 +00:00
<h3>Choose your destiny!</h3>
<a href="cgi-bin/viewsttats.py" title="View stats">View stats</a> <br />
<a href="cgi-bin/edit.py" title="Edit settings">Edit settings</a> <br />
<a href="cgi-bin/logs.py" title="View logs">Logs</a> <br />
<a href="cgi-bin/diff.py" title="Compare Configs">Compare</a> <br />
<a href="cgi-bin/configshow.py" title="Show Config">Show</a> <br />
<a href="cgi-bin/config.py" title="Edit settings">Edit config</a> <br />
<a href="cgi-bin/configver.py" title="Upload old config">Upload old config</a> <br />
</center>
</body>
</html>