0byt3m1n1
Path:
/
data
/
applications
/
aps
/
typo3
/
4.5.5-0
/
standard
/
htdocs
/
typo3
/
templates
/
[
Home
]
File: errorpage.html
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml11.dtd"> <?xml version="1.0" encoding="utf-8"?> <html> <head> <base href="###BASEURL###" /> <title>Error!</title> <style type="text/css"><!--/*--><![CDATA[/*><!--*/ body { font-family:Verdana,Arial,Helvetica,sans-serif; font-size: 90%; text-align: center; background-color: #ffffff; } h1 { font-size: 1.2em; margin: 0 0 1em 0; } p { margin: 0; text-align: left; } img { border: 0; margin: 10px 0; } div.center div { margin: 0 auto; } .errorBox { width: 400px; padding: 0.5em; border: 1px solid black; background-color: #F4F0E8; } /*]]>*/--></style> </head> <body> <div class="center"> ###LOGO### <div class="errorBox"> <h1>###TITLE###</h1> <p>###MESSAGE###</p> </div> </div> </body> </html>