51 lines
3.4 KiB
PHP
51 lines
3.4 KiB
PHP
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Welcome to Skinbase</title>
|
|
</head>
|
|
<body style="margin:0;padding:20px;background:#0b0f14;font-family:system-ui,-apple-system,Segoe UI,Roboto,'Helvetica Neue',Arial;color:#e6eef6;">
|
|
<table role="presentation" width="100%" cellpadding="0" cellspacing="0">
|
|
<tr>
|
|
<td align="center">
|
|
<table role="presentation" width="600" cellpadding="0" cellspacing="0" style="max-width:600px;margin:24px auto;border-radius:12px;border:1px solid #1f2937;background:#081016;overflow:hidden;">
|
|
<tr>
|
|
<td style="padding:20px 24px;border-bottom:1px solid #111827;background:#071018;">
|
|
<h2 style="margin:0;font-size:18px;color:#fff;font-weight:600;">{{ config('app.name', 'Skinbase') }}</h2>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="padding:24px;background:linear-gradient(180deg, rgba(255,255,255,0.02), rgba(0,0,0,0));">
|
|
<p style="margin:0 0 16px;color:#e5edf5;">Hello,</p>
|
|
<p style="margin:0 0 16px;color:#cbd5e1;">Welcome to Skinbase.</p>
|
|
<p style="margin:0 0 20px;color:#cbd5e1;">Please confirm your email address to activate your Skinbase account. This helps us protect your account and keep the Skinbase community safe.</p>
|
|
|
|
<div style="text-align:center;margin:20px 0;">
|
|
<a href="{{ $verificationUrl }}" style="display:inline-block;padding:12px 20px;background:#0ea5a9;color:#06121a;text-decoration:none;border-radius:8px;font-weight:700;">Confirm Email Address</a>
|
|
</div>
|
|
|
|
<p style="margin:0 0 16px;color:#cbd5e1;">If you did not create a Skinbase account, you can safely ignore this email. No account will be activated unless this email address is confirmed.</p>
|
|
<p style="margin:0 0 20px;color:#cbd5e1;">Regards,<br>The Skinbase Team</p>
|
|
|
|
<p style="margin:0 0 8px;color:#9fb0c8;font-size:13px;">If the button does not work, copy and paste this link into your browser:</p>
|
|
<p style="margin:0 0 24px;color:#8bd0d3;font-size:13px;word-break:break-all;">
|
|
<a href="{{ $verificationUrl }}" style="color:#8bd0d3;">{{ $verificationUrl }}</a>
|
|
</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="padding:16px 24px;background:#040607;border-top:1px solid #0e1113;text-align:center;color:#9ca3af;font-size:12px;line-height:1.6;">
|
|
<div style="margin:0 0 6px;color:#e5edf5;font-weight:600;">Skinbase</div>
|
|
<div style="margin:0 0 12px;">Digital art, wallpapers, skins, photography, and creative customization.</div>
|
|
<div style="margin:0 0 6px;">You received this email because someone created a Skinbase account using this email address.</div>
|
|
<div style="margin:0;">© 2026 Skinbase. All rights reserved.</div>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</body>
|
|
</html>
|