日期:2014-05-18 浏览次数:20488 次
<%@ Master Language="C#" AutoEventWireup="true" CodeFile="MasterPage.master.cs" Inherits="moban_MasterPage" %>
<!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 runat="server">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Language" content="zh-CN" />
<meta name="author" content="zaiguigang" />
<meta name="Copyright" content="zaiguigang" />
<meta name="description" content="城市生活信息、新闻、本地交易信息等。" />
<meta name="keywords" content="交易信息,分类信息" />
<title>贵港市论坛,交易论坛</title>
<link href="css/MasterPage.css" type="text/css" rel="Stylesheet" />
<asp:ContentPlaceHolder id="head" runat="server">
<!--内容位置-->
</asp:ContentPlaceHolder>
</head>