misc_pterodactyl-panel/resources/views/emails/added-subuser.blade.php
2016-01-18 19:57:10 -05:00

9 lines
346 B
PHP

<html>
<head>
<title>Pterodactyl - You've been added to a Server</title>
</head>
<body>
<center><h1>Pterodactyl - Added to Server</h1></center>
<p>You are recieving this email because you have been added as a subuser for <a href="{{ $url }}">{{ $serverName }}</a> on Pterodactyl Panel.</p>
</body>
</html>