mirror of https://github.com/Aidaho12/haproxy-wi
v3.2.8
parent
3779c047b3
commit
ef9f213a2f
|
@ -7,6 +7,9 @@ Support the project
|
|||
|
||||
[Demo video](https://www.youtube.com/channel/UCo0lCg24j-H4f0S9kMjp-_w)
|
||||
|
||||
# Twitter
|
||||
Began to lead a [Twitter](https://twitter.com/haproxy_wi), subscribe! I will write there about all the changes and news
|
||||
|
||||
![alt text](image/haproxy-wi-config-show.jpeg "Show config page")
|
||||
|
||||
# Features:
|
||||
|
|
|
@ -2,15 +2,31 @@
|
|||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>HAProxy web manager</title>
|
||||
<title>HAProxy-WI</title>
|
||||
<link href="/image/pic/favicon.ico" rel="icon" type="image/x-icon">
|
||||
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
|
||||
<link href="/inc/style.css" rel="stylesheet">
|
||||
<meta http-equiv="refresh" content="0; url=overview.py" />
|
||||
<link href="/inc/nprogress.css" rel="stylesheet">
|
||||
<link rel="stylesheet" href="https://code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css">
|
||||
<script src="https://code.jquery.com/jquery-1.12.4.js"></script>
|
||||
<script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>
|
||||
<script src="/inc/nprogress.js"></script>
|
||||
<meta http-equiv="refresh" content="0; url=/app/overview.py" />
|
||||
</head>
|
||||
<body>
|
||||
<p>
|
||||
Redirecting... Please wait
|
||||
</p>
|
||||
<body style="background-color: #5d9ceb;">
|
||||
<script>
|
||||
$( function() {
|
||||
NProgress.start();
|
||||
$('#cover').fadeIn('fast');
|
||||
});
|
||||
</script>
|
||||
<div id="cover"></div>
|
||||
<center>
|
||||
<div style="color: white;">
|
||||
<h1 style="font-size: 100px;">Welcome to</h1>
|
||||
<h1 style="font-size: 130px;">HAProxy-WI</h1>
|
||||
<b style="font-size: 30px;">Redirecting... Please wait</b>
|
||||
</div>
|
||||
</center>
|
||||
</body>
|
||||
</html>
|
||||
|
|
42
index.html
42
index.html
|
@ -1,16 +1,32 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>HAProxy web manager</title>
|
||||
<link href="/favicon.ico" rel="icon" type="image/x-icon" />
|
||||
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
|
||||
<link href="/inc/style.css" rel="stylesheet">
|
||||
<meta http-equiv="refresh" content="0; url=/app/overview.py">
|
||||
</head>
|
||||
<body>
|
||||
<p>
|
||||
Redirecting... Please wait
|
||||
</p>
|
||||
</body>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>HAProxy-WI</title>
|
||||
<link href="/image/pic/favicon.ico" rel="icon" type="image/x-icon">
|
||||
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
|
||||
<link href="/inc/style.css" rel="stylesheet">
|
||||
<link href="/inc/nprogress.css" rel="stylesheet">
|
||||
<link rel="stylesheet" href="https://code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css">
|
||||
<script src="https://code.jquery.com/jquery-1.12.4.js"></script>
|
||||
<script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>
|
||||
<script src="/inc/nprogress.js"></script>
|
||||
<meta http-equiv="refresh" content="0; url=/app/overview.py" />
|
||||
</head>
|
||||
<body style="background-color: #5d9ceb;">
|
||||
<script>
|
||||
$( function() {
|
||||
NProgress.start();
|
||||
$('#cover').fadeIn('fast');
|
||||
});
|
||||
</script>
|
||||
<div id="cover"></div>
|
||||
<center>
|
||||
<div style="color: white;">
|
||||
<h1 style="font-size: 100px;">Welcome to</h1>
|
||||
<h1 style="font-size: 130px;">HAProxy-WI</h1>
|
||||
<b style="font-size: 30px;">Redirecting... Please wait</b>
|
||||
</div>
|
||||
</center>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Reference in New Issue