1 Star 0 Fork 1

xsls / you2php

forked from 缘维 / you2php 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
error.php 862 Bytes
一键复制 编辑 原始数据 按行查看 历史
Gaerisson 提交于 2018-11-08 22:34 . Added Translation System
<?php
require_once "lang.conf.php";
header("HTTP/1.0 404 Not Found");
$headtitle=$lang['ERROR_HTITLE'];
include("./header.php");?>
<div class="container-fluid" style="height: 480px;
background-color: #dbdbdb;">
<div class="container" style="height: 100%">
<div class="row" style="height: 100%">
<div class="col-12 justify-content-center align-self-center text-center">
<img src="//wx3.sinaimg.cn/large/b0738b0agy1fm04l0cw4ej203w02s0sl.jpg" class="p-2" >
<h2><?php echo $lang['ERROR_T']?></h2>
<p><?php echo $lang['ERROR_M1']?></p>
<p><?php echo $lang['ERROR_M2']?></p>
<p><?php echo $lang['ERROR_M3']?></p>
<p><?php echo $lang['ERROR_M4']?></p>
<p><?php echo $lang['ERROR_M5']?></p>
<p><?php echo $lang['ERROR_M6']?></p>
</div>
</div>
</div>
</div>
<?php
include("./footer.php");
?>
PHP
1
https://gitee.com/xsnxj/you2php.git
git@gitee.com:xsnxj/you2php.git
xsnxj
you2php
you2php
master

搜索帮助