15 lines
389 B
Plaintext
15 lines
389 B
Plaintext
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="VoteYiPiao.aspx.cs" Inherits="GongGao_VoteYiPiao" %>
|
|
<html>
|
|
<head>
|
|
<title><%=System.Configuration.ConfigurationManager.AppSettings["SYSTitle"]%></title>
|
|
<LINK href="../Style/Style.css" type="text/css" rel="STYLESHEET">
|
|
</head>
|
|
<body>
|
|
<form id="form1" runat="server">
|
|
<div>
|
|
|
|
</div>
|
|
</form>
|
|
</body>
|
|
</html>
|