add files
|
1 |
<!DOCTYPE html> |
2 |
<html> |
|
3 |
<head><title>Server error</title></head> |
|
4 |
%= stylesheet begin |
|
5 |
body { background-color: #caecf6 } |
|
6 |
#raptor { |
|
7 |
background: url(<%= url_for '/mojo/failraptor.png' %>); |
|
8 |
height: 488px; |
|
9 |
left: 50%; |
|
10 |
margin-left: -371px; |
|
11 |
margin-top: -244px; |
|
12 |
position:absolute; |
|
13 |
top: 50%; |
|
14 |
width: 743px; |
|
15 |
} |
|
16 |
% end |
|
17 |
<body><div id="raptor"></div></body> |
|
18 |
</html> |