15 lines
555 B
HTML
15 lines
555 B
HTML
<?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>
|