<html>
<head>
    <title>Pterodactyl Dev</title>

    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
</head>
<body>
<div id="pterodactyl">
    <router-view></router-view>
    <div class="w-full m-auto mt-0 container">
        <p class="text-right text-grey-dark text-xs">
        </p>
    </div>
</div>
</body>
</html>