Some checks failed
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Has been cancelled
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (pull_request) Successful in 12s
Gemini PR Review / Gemini PR Review (pull_request) Failing after 26s
Laravel Pint / pint (pull_request) Successful in 5m56s
Laravel Larastan / larastan (pull_request) Failing after 7m17s
37 lines
1.6 KiB
PHP
37 lines
1.6 KiB
PHP
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Request On Hold</title>
|
|
</head>
|
|
<body style="font-family: Arial, sans-serif; background-color: #f4f4f4; margin:0; padding:0;">
|
|
<table width="100%" cellpadding="0" cellspacing="0" style="padding: 20px 0;">
|
|
<tr>
|
|
<td align="center">
|
|
<!-- Card container -->
|
|
<table width="600" cellpadding="0" cellspacing="0" style="background-color: #ffffff; border-radius: 8px; box-shadow: 0 2px 6px rgba(0,0,0,0.1); border: 1px solid #e0e0e0;">
|
|
<tr>
|
|
<td style="padding: 30px; text-align: center;">
|
|
<!-- Header -->
|
|
<div style="font-size: 40px;">🟠</div>
|
|
<h2 style="color: #FF8800; margin: 10px 0 20px; font-size: 24px;">Request On Hold</h2>
|
|
<!-- Message -->
|
|
<p style="font-size: 16px; color: #555555; line-height: 1.5;">
|
|
Your request has been temporarily put on hold.
|
|
</p>
|
|
</td>
|
|
</tr>
|
|
<!-- Footer -->
|
|
<tr>
|
|
<td style="padding: 15px; text-align: center; font-size: 12px; color: #999999;">
|
|
CRI Digital Manufacturing Solutions<br>
|
|
© 2026 All Rights Reserved
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</body>
|
|
</html>
|
|
|