123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- <?php
- /**
- * Copyright 2021, 2026 5 Mode
- *
- * This file is part of GrandePuffo.
- *
- * GrandePuffo is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
- *
- * GrandePuffo 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. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with GrandePuffo. If not, see <https://www.gnu.org/licenses/>.
- *
- * err-404.php
- *
- * Page Not Found. 404 error page.
- *
- * @author Daniele Bonini <my25mb@has.im>
- * @copyrights (c) 2016, 2026 5 Mode
- */
- ?>
- <?php //require APP_SCRIPT_PATH . "/header.php";?>
- <div class="content-area">
- <div class="col-xs-12 col-sm-12 col-md-12 col-lg-12">
- <div class="box-centrd box-centrd-align-cent" style="width: 100%;">
- <br><br>
- <div class="spacer"><br><br><br><br></div>
-
- <div align="center" style="width: 100%;">
- <!--<img src="res/logo3.png" border="0">-->
- <br><br>
- <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>
- </div>
-
- <div class="spacer-fixed" style="clear:both;"><br><br><br><br><br></div>
- <div class="spacer" style="clear:both;"><br><br><br><br><br><br><br><br><br><br></div>
- </div>
-
- <br>
- </div>
- </div>
-
- <?php //require APP_SCRIPT_PATH . "/footer.php";?>
|