-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
render informative error page when report is found on database but no…
…t retrievable
- Loading branch information
1 parent
961ab31
commit b6dc0c0
Showing
2 changed files
with
5 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<div style="max-width: 90%; width: 310px; margin: 10% auto 0 auto; padding: 30px; text-align: center; border: 1px solid #e0e0e0; border-radius: 8px; background-color: #fff; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);"> | ||
<h1 style="font-size: 24px; font-weight: bold; color: #dc3545; margin-bottom: 20px;">Erro</h1> | ||
<p style="font-size: 16px; color: #555;">Documento invalidado ou expirado</p> | ||
</div> |