UPDATE - New error images
This commit is contained in:
parent
308827143c
commit
b00d1b974c
@ -9,7 +9,6 @@
|
|||||||
<body>
|
<body>
|
||||||
<div style="text-align: center;">
|
<div style="text-align: center;">
|
||||||
<img src="/images/errors.png" alt="errors" style="margin: auto;" />
|
<img src="/images/errors.png" alt="errors" style="margin: auto;" />
|
||||||
<p style="width: 30em; margin: auto;">An error has occurred.</p>
|
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
14
public/504.html
Normal file
14
public/504.html
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<!DOCTYPE html PUBLIC "-//W3C/DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||||
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||||
|
<head>
|
||||||
|
<title>Error</title>
|
||||||
|
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon"/>
|
||||||
|
<link rel="stylesheet" type="text/css" media="screen" href="/assets/application.css" title="default" />
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<div style="text-align: center;">
|
||||||
|
<img src="/images/504.png" alt="errors" style="margin: auto;" />
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
Reference in New Issue
Block a user