mooxphp/moox

View on GitHub
art/index.html

Summary

Maintainability
Test Coverage
<!DOCTYPE html>
<html>
    <head>
        <meta charset="UTF-8" />
        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
        <title>
            moox - CMS, Blog and other Plugins for Filament and Laravel
        </title>
        <style>
            body {
                background-color: black;
            }
            .logo {
                text-align: center;
            }
            .logo img {
                width: 400px;
                margin: 0;
                position: absolute;
                top: 50%;
                left: 50%;
                -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
            }
        </style>
    </head>
    <body>
        <a class="logo" href="https://github.com/mooxphp/moox">
            <img src="moox-logo.png" />
        </a>
    </body>
</html>