mirror of https://github.com/Aidaho12/haproxy-wi
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
997 B
33 lines
997 B
<!DOCTYPE HTML>
|
|
<html>
|
|
<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="/inc/jquery-ui.css">
|
|
<script src="/inc/jquery-1.12.4.js"></script>
|
|
<script src="/inc/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>
|