-
Notifications
You must be signed in to change notification settings - Fork 54
Expand file tree
/
Copy pathdefault.aspx
More file actions
18 lines (18 loc) · 805 Bytes
/
default.aspx
File metadata and controls
18 lines (18 loc) · 805 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<%@ Page Language="vb" AutoEventWireup="false" Codebehind="default.aspx.vb" Inherits="zjdx._default"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<TITLE>default</TITLE>
<meta HTTP-EQUIV="Content-Type" content="text/html; charset=gb2312">
<META name="GENERATOR" content="Microsoft Visual Studio .NET 7.0">
<META name="CODE_LANGUAGE" content="Visual Basic 7.0">
<META name="vs_defaultClientScript" content="JavaScript">
<META name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
<LINK href="styles.css" type="text/css" rel="stylesheet">
</HEAD>
<BODY MS_POSITIONING="GridLayout">
<FORM id="Form1" method="post" runat="server">
<FONT face="宋体">正在加载页面,请等待......</FONT>
</FORM>
</BODY>
</HTML>