9 lines
346 B
PHP
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>
|