dever 4 years ago
commit
637556de4a
5 changed files with 34 additions and 0 deletions
  1. BIN
      fav.png
  2. 12 0
      global.css
  3. 22 0
      index.php
  4. BIN
      logo.png
  5. BIN
      wechat.jpg

BIN
fav.png


+ 12 - 0
global.css

@@ -0,0 +1,12 @@
+@charset "utf-8";
+
+body {color:black;font:14px "΢ÈíÑźÚ";margin:0;padding:0;}
+img {border:0;}
+.clear {clear: both;display: block;font-size: 1px;line-height: 0;visibility: hidden;zoom:1;}
+.hei{text-align: center;}
+body{font-size:14px;line-height:28px;color:#000000; background-color:#ffffff;font-family: microsoft yahei;}
+img{ border:0px;}
+a{color:#000; text-decoration:none;}
+a:hover{color:#dd0000; text-decoration:underline;}
+.clear {clear: both;display: block;font-size: 1px;line-height: 0;visibility: hidden;zoom:1;}
+label{vertical-align:middle}

+ 22 - 0
index.php

@@ -0,0 +1,22 @@
+
+<!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="global.css" rel="stylesheet" type="text/css" />
+<link rel="icon" type="image/png" href="fav.png">
+</head>
+
+<body>
+<div class="hei">	
+	<br><br><br><br><br><img src="wechat.jpg" width="215px" height="215px"><br><br>
+	请关注我的微信号<br>
+	<br>
+	<a href="http://beian.miit.gov.cn/">京ICP备<?php echo $a;?>号-<?php echo $b;?></a>
+</div>
+</body>
+</html>

BIN
logo.png


BIN
wechat.jpg