Sindbad~EG File Manager

Current Path : /home/webg5288/public_html/klinikmentengprime/mentengpark/resources/views/
Upload File :
Current File : /home/webg5288/public_html/klinikmentengprime/mentengpark/resources/views/login.blade.php

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Simple Login Form</title>
    <style>
        body {
            font-family: Arial, sans-serif;
            display: flex;
            align-items: center;
            justify-content: center;
            height: 100vh;
            margin: 0;
        }

        form {
            border: 1px solid #ccc;
            padding: 20px;
            border-radius: 5px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        }

        label {
            display: block;
            margin-bottom: 10px;
        }

        input {
            width: 100%;
            padding: 8px;
            margin-bottom: 15px;
        }

        button {
            background-color: #4caf50;
            color: white;
            padding: 10px 15px;
            border: none;
            border-radius: 5px;
            cursor: pointer;
        }

        button:hover {
            background-color: #45a049;
        }
    </style>
</head>
<body>


@if ($errors->any())
    <div>
        <strong>{{ $errors->first() }}</strong>
    </div>
@endif

<form method="post" action="{{ url('/login') }}">
    @csrf
    <label for="user">Username:</label>
    <input type="text" id="user" name="user" required>

    <label for="passw">Password:</label>
    <input type="password" id="passw" name="passw" required>

    <button type="submit">Login</button>
</form>

</body>
</html>

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists