<!doctype html>
<html lang="en">
<head>
    <meta charset="utf-8"/>
    <meta content="width=device-width,initial-scale=1" name="viewport"/>
    <meta content="hort" name="description"/>
    <title>hort</title>
    <style>
        body:not(.chakra-ui-light) {
            cursor: wait;
        }
        body:not(.chakra-ui-light) #root {
            width: 50px;
            padding: 8px;
            aspect-ratio: 1;
            border-radius: 50%;
            background: black;
            --_m:
            conic-gradient(#0000 10%,#000),
            linear-gradient(#000 0 0) content-box;
            -webkit-mask: var(--_m);
                  mask: var(--_m);
            -webkit-mask-composite: source-out;
                  mask-composite: subtract;
            animation: l3 1s infinite linear;
            position: fixed;
            top: 50%;
            left: 50%;
            margin-top: -29px;
            margin-left: -29px;
        }
        @keyframes l3 {to{transform: rotate(1turn)}}
    </style>
    <noscript>
        <style>
            body #root {
                display:none;
            }
            body {
                cursor: default !important;
            }
        </style>
    </noscript>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<script src="/frontend/js/app.js?commitHash=862cf7ff4a3aee161ebe730485f316a2ebd905c5"></script>
</body>
</html>