12 lines
460 B
PHP
12 lines
460 B
PHP
<html>
|
|
<head>
|
|
<title>Pterodactyl - New Account</title>
|
|
</head>
|
|
<body>
|
|
<center><h1>Pterodactyl - Account Created</h1></center>
|
|
<p>You are recieving this email because an account has been created for you on Pterodactyl Panel.</p>
|
|
<p>Login: <a href="{{ $login }}">{{ $login }}</a></p>
|
|
<p>Email: {{ $email }}</p>
|
|
<p>Forgot your password? <a href="{{ $forgot }}">{{ $forgot }}</a></p>
|
|
</body>
|
|
</html>
|