Mercurial > public > sg101
comparison gpp/templates/offline.html @ 47:6dfcbbf11243
Added a .wsgi file and an offline.html file.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sun, 21 Jun 2009 21:26:49 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
46:0140ff687d49 | 47:6dfcbbf11243 |
---|---|
1 <?xml version="1.0" encoding="UTF-8"?> | |
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" | |
3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | |
4 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> | |
5 <head><title>SurfGuitar101.com Currently Offline</title> | |
6 <meta http-equiv="Content-Type" content="text/html" /> | |
7 <meta http-equiv="Content-Language" content="en-US" /> | |
8 </head> | |
9 <body> | |
10 <h1>SurfGuitar101.com is Offline</h1> | |
11 <p> | |
12 We are currently undergoing site maintenance and hope to be back soon. Please check back later. | |
13 </p> | |
14 </body> | |
15 </html> |