mirror of
https://github.com/taylanbakircioglu/haproxy-openmanager.git
synced 2026-09-16 15:45:11 +00:00
5796d3d1fd
- Replace login icon with ClusterOutlined, title "HAProxy OpenManager" - Add subtitle "Multi-Cluster Load Balancer Management" on login page - Remove demo account list from login page - Update sidebar logo: emoji → ClusterOutlined icon - Update header and browser tab title - Clean up unused demo-account CSS styles Made-with: Cursor
18 lines
531 B
HTML
18 lines
531 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<meta name="theme-color" content="#000000" />
|
|
<meta
|
|
name="description"
|
|
content="HAProxy Multi-Cluster Load Balancer Management"
|
|
/>
|
|
<title>HAProxy OpenManager</title>
|
|
</head>
|
|
<body>
|
|
<noscript>You need to enable JavaScript to run this app.</noscript>
|
|
<div id="root"></div>
|
|
</body>
|
|
</html> |