index.aspx

来自「Build words list automatic」· ASPX 代码 · 共 35 行

ASPX
35
字号
<%@ Page Language="vb" AutoEventWireup="false" Codebehind="index.aspx.vb" Inherits="XMContentManager.index" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
	<HEAD>
		<title>index</title>
		<meta content="Microsoft Visual Studio .NET 7.1" name="GENERATOR">
		<meta content="Visual Basic .NET 7.1" name="CODE_LANGUAGE">
		<meta content="JavaScript" name="vs_defaultClientScript">
		<meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
	</HEAD>
	<body bottomMargin="0" topMargin="5" rightMargin="5" style="FONT-FAMILY:verdana;BACKGROUND-COLOR:#e0ffff">
		<form id="Form1" method="post" runat="server">
			<table border="0" style="WIDTH:100%;HEIGHT:100%">
				<tr height="93%">
					<td>
						<img width="100%" height="95%" src="index_files/indexbgDemoSchool.jpg">
					</td>
				</tr>
				<tr valign="bottom" height="25">
					<td>
						<table width="100%" HEIGHT="100%" cellSpacing="0" cellPadding="0" border="0">
							<tr style="HEIGHT: 25px; BACKGROUND-COLOR: black">
								<td><span style="FONT-WEIGHT: bold; FONT-SIZE: 0.8em; COLOR: yellow; FONT-FAMILY: courier new">Counter:&nbsp;</span>
									<span id="count" runat="server" style="BORDER-RIGHT: yellow thin solid; BORDER-TOP: yellow thin solid; FONT-SIZE: 10pt; BORDER-LEFT: yellow thin solid; COLOR: yellow; BORDER-BOTTOM: yellow thin solid; FONT-FAMILY: 'Courier New', Monospace; BACKGROUND-COLOR: black">
										1234567</span>
								</td>
							</tr>
						</table>
					</td>
				</tr>
			</table>
		</form>
	</body>
</HTML>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?