This commit is contained in:
wlh
2014-03-29 21:56:00 +08:00
parent 4ddf6edd1b
commit fd486aef52
10 changed files with 499 additions and 52 deletions
+16
View File
@@ -0,0 +1,16 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Access-Control-Allow-Origin" content="*">
<style type="text/css">
body{font-size:13px;margin-left: 0;margin-top: 0;margin-right: 0;margin-bottom: 0;}
.mainFrame{width: 960px;margin-right: auto;margin-left: auto;border:1px solid red;min-height: 900px;}
</style>
</head>
<body>
<div class="mainFrame">
</div>
</body>
</html>