12345678910111213141516171819202122 |
- <!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 http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
- <title>创作者</title>
- <meta content="创作者" name="keywords">
- <meta content="创作者" name="description">
- <link href="res/global.css" rel="stylesheet" type="text/css" />
- <link rel="icon" type="image/png" href="res/fav.png">
- </head>
- <body>
- <div class="hei">
- <br><br><br><br><br><img src="res/wechat.jpg" width="215px" height="215px"><br><br>
- 请关注我的微信号<br>
- <br>
- <a href="http://beian.miit.gov.cn/">京ICP备<?php echo $_GET['a'];?>号-<?php echo $_GET['b'];?></a>
- </div>
- </body>
- </html>
|