mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-25 21:39:21 +00:00
Edited error message
This commit is contained in:
parent
7dd286d6d6
commit
a1ee1909dc
@ -2,10 +2,23 @@
|
||||
Error template
|
||||
|
||||
@author Pierre HUBERT
|
||||
--><div>
|
||||
<h1 style='text-align: center;'><b>{error_code}</b> <small>{error_title}</small></h1>
|
||||
--><section class="content">
|
||||
<div class="error-page">
|
||||
<!-- Error code -->
|
||||
<h2 class="headline text-yellow">{error_code}</b></h2>
|
||||
|
||||
<p style='text-align:justify;'>
|
||||
{error_message}
|
||||
</p>
|
||||
<div class="error-content">
|
||||
<!-- Error title -->
|
||||
<h3>
|
||||
<i class="fa fa-warning text-yellow"></i>
|
||||
{error_title}
|
||||
</h3>
|
||||
|
||||
<!-- Error message -->
|
||||
<p style='text-align:justify;'>{error_message}</p>
|
||||
|
||||
<!-- Go back home -->
|
||||
<p><a target="home">Go back home</a></p>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
Loading…
Reference in New Issue
Block a user