⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 error_document.php

📁 Download you own three BR
💻 PHP
字号:
<? include('../configs/configs.php'); ?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title><? echo $webgamesitename; ?> - 网页游戏webgame</title>

<link href="game/css/id.css" rel="stylesheet" type="text/css">
<link href="game/css/css.css" rel="stylesheet" type="text/css">
<link href="game/css/login.css" rel="stylesheet" type="text/css">

</head>

<body oncontextmenu="self.event.returnValue=false">
<DIV id="too" style="margin-top:0px; margin-left:0px"></DIV>
<div id="top">
   <div id="page_title" class="page_title">登录提示</div>
</div>

<div class="logining" style="color:red;"><?php echo $_GET['error_info'];?><br /><br />
<input name="btnSubmit" type="button" id="btnSubmit" style="border-width:1px; margin-top:10px;" onclick="javascript:self.window.location='<?php echo $_GET["back_url"];?>'" value="<?php if($_GET["status"]<>"success") echo "返回重试";else echo "进入游戏";?>" width="73" height="24" />
</div>

</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -