- 
          
 - 
                Notifications
    
You must be signed in to change notification settings  - Fork 385
 
Open
Description
    
    
    <title>Admin Login - UPDATE XCASH</title>
    <style>
        body {
            background-color: #990000;
            color: white;
            font-family: Arial, sans-serif;
            display: flex;
            justify-content: center;
            align-items: center;
            height: 100vh;
        }
        .login-box {
            background-color: #cc0000;
            padding: 30px;
            border-radius: 10px;
            box-shadow: 0 0 10px #000;
            width: 300px;
        }
        .login-box h2 {
            text-align: center;
        }
        input {
            width: 100%;
            padding: 10px;
            margin: 10px 0;
            border: none;
            font-size: 16px;
        }
        .login-box input[type=submit] {
            background-color: white;
            color: #cc0000;
            font-weight: bold;
            cursor: pointer;
        }
    </style>
    
        
Admin Login
Metadata
Metadata
Assignees
Labels
No labels