/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

  1. @@-----------------------------------------------------------------------------
  2. @@-- --
  3. @@-- Yolk --
  4. @@-- --
  5. @@-- Copyright (C) 2000-2012, Thomas ¸cke --
  6. @@-- --
  7. @@-- This is free software; you can redistribute it and/or modify it --
  8. @@-- under terms of the GNU General Public License as published by the --
  9. @@-- Free Software Foundation; either version 3, or (at your option) any --
  10. @@-- later version. This library is distributed in the hope that it will be --
  11. @@-- useful, but WITHOUT ANY WARRANTY; without even the implied warranty of --
  12. @@-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. --
  13. @@-- You should have received a copy of the GNU General Public License and --
  14. @@-- a copy of the GCC Runtime Library Exception along with this program; --
  15. @@-- see the files COPYING3 and COPYING.RUNTIME respectively. If not, see --
  16. @@-- <http://www.gnu.org/licenses/>. --
  17. @@-- --
  18. @@-----------------------------------------------------------------------------
  19. <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
  20. <html>
  21. <head>
  22. <title>500 Internal Server Error</title>
  23. </head>
  24. <body>
  25. <h1>Internal Server Error</h1>
  26. <p>The requested resource caused the server to fail unexpectedly.</p>
  27. <p>A dump of the error has been saved, and hopefully a programmer will fix the problem soon.</p>
  28. <p>We're very sorry for the inconvenience.</p>
  29. <hr>
  30. <address>Server '@_DOMAIN_@' powered by AWS version @_VERSION_@</address>
  31. </body>
  32. </html>