37 lines
1.5 KiB
PHP
37 lines
1.5 KiB
PHP
<?php
|
||
include_once("../../inc/class.php");
|
||
include_once("../../inc/admin.smarty.php");
|
||
$db = new myConn;
|
||
$db->links();
|
||
$dl = $db->fetch_abc("select SpreaderID from AccountsInfo where GameID='".$GG['gameid']."'");
|
||
?>
|
||
<!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" >
|
||
<head>
|
||
<meta charset="gb2312">
|
||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
|
||
<meta name="format-detection" content="telephone=no">
|
||
<meta name="applicable-device" content="mobile">
|
||
<meta name="apple-mobile-web-app-capable" content="yes" />
|
||
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
|
||
<title>万年麻将</title>
|
||
<link href="/m/css/mj.css" rel="stylesheet" type="text/css">
|
||
<style>
|
||
html,body{height: 100%;width: 100%;margin:0;padding:0;}
|
||
body {background:#fff url(/m/img/bj_ipad.jpg) no-repeat;width:100%;
|
||
height:100%;
|
||
background-size:100% 100%;
|
||
position:absolute;}
|
||
</style>
|
||
</head>
|
||
<body leftMargin="0" topMargin="0" MARGINWIDTH="0" MARGINHEIGHT="0">
|
||
<div style="padding:5px;line-height:25px;">
|
||
<font color=red size=4>2018送IPAD活动:<br></font>
|
||
活动时间:2018年1月1日~3月31号(三个月)<br>
|
||
活动规则:三个月累计游戏局数最高者,可获得苹果IPADmini2一部。<br>
|
||
<font color=#cc0000>每天坚持抽奖也可获得手机哦!</font><br>
|
||
<font color=red size=2>详细请点击兑换:<br></font>
|
||
<img src="/m/img/hd-2.jpg" width=200><br>
|
||
</div>
|
||
|