misc_pterodactyl-panel/resources/views/emails/added-subuser.blade.php

10 lines
346 B
PHP
Raw Normal View History

2016-01-19 00:57:10 +00:00
<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>