error.aspx
来自「一个在线考试系统」· ASPX 代码 · 共 37 行
ASPX
37 行
<%@ Page Language="VB" Theme="Silver" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head id="Head1" runat="server">
<title>Quiz - Problem</title>
<link href="style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<form id="form1" runat="server">
<table width="560" align="center">
<tr>
<td width="100%" align="right" class="boldtext"><a href="default.aspx"><font color="red">Home</font></a>
</td>
</tr>
</table>
<table width="560" align="center">
<tr>
<td class="h1">
Don't panic ...
</td>
</tr>
<tr>
<td class="generaltext">
You did nothing wrong. We, however, did run into a small problem on our side
that may have affected the data you were working with on the web site.
We apologize ... rest assured that our programmers will be flogged and
tortured for this.
</td>
</tr>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?