err-404.php 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. <?php
  2. /**
  3. * Copyright 2021, 2026 5 Mode
  4. *
  5. * This file is part of GrandePuffo.
  6. *
  7. * GrandePuffo is free software: you can redistribute it and/or modify
  8. * it under the terms of the GNU General Public License as published by
  9. * the Free Software Foundation, either version 3 of the License, or
  10. * (at your option) any later version.
  11. *
  12. * GrandePuffo is distributed in the hope that it will be useful,
  13. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  14. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  15. * GNU General Public License for more details.
  16. *
  17. * You should have received a copy of the GNU General Public License
  18. * along with GrandePuffo. If not, see <https://www.gnu.org/licenses/>.
  19. *
  20. * err-404.php
  21. *
  22. * Page Not Found. 404 error page.
  23. *
  24. * @author Daniele Bonini <my25mb@has.im>
  25. * @copyrights (c) 2016, 2026 5 Mode
  26. */
  27. ?>
  28. <?php //require APP_SCRIPT_PATH . "/header.php";?>
  29. <div class="content-area">
  30. <div class="col-xs-12 col-sm-12 col-md-12 col-lg-12">
  31. <div class="box-centrd box-centrd-align-cent" style="width: 100%;">
  32. <br><br>
  33. <div class="spacer"><br><br><br><br></div>
  34. <div align="center" style="width: 100%;">
  35. <!--<img src="res/logo3.png" border="0">-->
  36. <br><br>
  37. <div style="width:100%; padding-left: 7%; padding-right: 7%;"><h3>Page not found. 找不到网页. Página no encontrada. Page non trouvée. Pagina non trovata.</h3></div>
  38. </div>
  39. <div class="spacer-fixed" style="clear:both;"><br><br><br><br><br></div>
  40. <div class="spacer" style="clear:both;"><br><br><br><br><br><br><br><br><br><br></div>
  41. </div>
  42. <br>
  43. </div>
  44. </div>
  45. <?php //require APP_SCRIPT_PATH . "/footer.php";?>