index.php 842 B

12345678910111213141516171819202122
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
  6. <title>创作者</title>
  7. <meta content="创作者" name="keywords">
  8. <meta content="创作者" name="description">
  9. <link href="res/global.css" rel="stylesheet" type="text/css" />
  10. <link rel="icon" type="image/png" href="res/fav.png">
  11. </head>
  12. <body>
  13. <div class="hei">
  14. <br><br><br><br><br><img src="res/wechat.jpg" width="215px" height="215px"><br><br>
  15. 请关注我的微信号<br>
  16. <br>
  17. <a href="http://beian.miit.gov.cn/">京ICP备<?php echo $_GET['a'];?>号-<?php echo $_GET['b'];?></a>
  18. </div>
  19. </body>
  20. </html>