]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/src/templates/opac/pages/error.ttk
removing old opac images and css
[working/Evergreen.git] / Open-ILS / src / templates / opac / pages / error.ttk
1 <?xml version="1.0" encoding="UTF-8"?>
2
3 <!DOCTYPE html 
4      PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
5      "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
6
7 <html>
8         <head>
9                 <title>Evergreen Error</title>
10         </head>
11         <body bgcolor='red'>
12                 <marquee direction='right'><h1>AHHHHHHHHHHH!!!!!!!!!!!</h1></marquee>
13                 <marquee direction='left' scrolldelay='100'><h1>AHHHHHHHHHHH!!!!!!!!!!!</h1></marquee>
14                 <marquee direction='right' scrolldelay='200'><h1>AHHHHHHHHHHH!!!!!!!!!!!</h1></marquee>
15                 <marquee direction='left' scrolldelay='100'><h1>AHHHHHHHHHHH!!!!!!!!!!!</h1></marquee>
16                 <marquee direction='right'><h1>AHHHHHHHHHHH!!!!!!!!!!!</h1></marquee>
17                 <br/>
18                 <br/>
19                 <h2>[%error%]</h2>
20         </body>
21 </html>