actix-admin 0.8.0

An admin interface for actix-web
Documentation
<!DOCTYPE html>
<html lang="en">

<head>
    {% include "head.html" %}
</head>

<body>
    <div class="d-flex justify-content-center align-items-center" style="height: 100vh;">
        <div class="row">
            <div class="text-center col-md-6 ml-4 mt-5">
                <h1 class="display-1 fw-bold text-primary">404</h1>
                <p class="lead fw-medium"><span class="text-danger">Oops!</span> Page not found.</p>
                <p class="lead mb-2">
                    The page you’re looking for doesn’t exist.
                </p>
                <a href="{{ base_path }}/" class="btn btn-primary">Go to Admin</a>
            </div>
        </div>
    </div>
</body>

</html>