/demo/exe/templates/system/500.tmpl
http://github.com/ThomasLocke/yolk · Go Template · 33 lines · 32 code · 1 blank · 0 comment · 0 complexity · 5b95c450bc98e98fa8610a8e29c51352 MD5 · raw file
- @@-----------------------------------------------------------------------------
- @@-- --
- @@-- Yolk --
- @@-- --
- @@-- Copyright (C) 2000-2012, Thomas Løcke --
- @@-- --
- @@-- This is free software; you can redistribute it and/or modify it --
- @@-- under terms of the GNU General Public License as published by the --
- @@-- Free Software Foundation; either version 3, or (at your option) any --
- @@-- later version. This library is distributed in the hope that it will be --
- @@-- useful, but WITHOUT ANY WARRANTY; without even the implied warranty of --
- @@-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. --
- @@-- You should have received a copy of the GNU General Public License and --
- @@-- a copy of the GCC Runtime Library Exception along with this program; --
- @@-- see the files COPYING3 and COPYING.RUNTIME respectively. If not, see --
- @@-- <http://www.gnu.org/licenses/>. --
- @@-- --
- @@-----------------------------------------------------------------------------
- <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
- <html>
- <head>
- <title>500 Internal Server Error</title>
- </head>
- <body>
- <h1>Internal Server Error</h1>
- <p>The requested resource caused the server to fail unexpectedly.</p>
- <p>A dump of the error has been saved, and hopefully a programmer will fix the problem soon.</p>
- <p>We're very sorry for the inconvenience.</p>
- <hr>
- <address>Server '@_DOMAIN_@' powered by AWS version @_VERSION_@</address>
- </body>
- </html>