error.htm

来自「网上购物系统」· HTM 代码 · 共 43 行

HTM
43
字号
<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>错误提示</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>

<body>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<div align="center">
    <table cellspacing="1" cellpadding="4" width="50%" class="tableborder">
		<tr>
			<td class="header">
			错误提示</td>
		</tr>
		<tr>
			<td class="altbg2">
			<table border="0" width="100%" cellpadding="4">
				<tr>
					<td><font color="#FF0000"><b>有错误产生:
</b></font></td>
				</tr>
				<tr>
					<td>&nbsp; 信息填写不完整</li>!</td>
				</tr>
				<tr>
					<td>
					<p align="center"><a href="javaScript:history.go(-1);">点此返回最近一次打开页</a>
</td>
				</tr>
			</table></td>
		</tr>
	</table>
</div>
</body>

</html>
 

⌨️ 快捷键说明

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