📄 error.aspx
字号:
<%@ 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -