📄 error.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Error.aspx.cs" Inherits="Error" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.inlk.net">
<html>
<head runat="server">
<title>无标题页</title>
<style type="text/css">
<!--
body {
background-color: #3769B8;
}
-->
</style>
<link href="Css.css" rel="stylesheet" type="text/css">
</head>
<body style="text-align: center">
<form id="form1" runat="server">
<table id="__01" width="780" height="600" border="0" cellpadding="0" cellspacing="0">
<tr>
<td colspan="2">
<img src=images/body_01.gif width="780" height="121" alt=""></td>
</tr>
<tr>
<td>
<img src=images/body_02.gif width=548 height=32></td>
<td>
<img src="images/body_03.gif" width="232" height="32" alt=""></td>
</tr>
<tr>
<td colspan="2" height="416">
<strong><span style="font-size: 24pt; color: white">不好意思!<br />
系统出错,联系作者!</span></strong></td>
</tr>
<tr>
<td colspan="2">
<img src="images/body_05.gif" width="780" height="1" alt=""></td>
</tr>
<tr>
<td colspan="2">
<img src="images/body_06.gif" width="780" height="30" alt=""></td>
</tr>
</table>
<table>
<tr>
<td style="width: 738px"><img src="images/botton.gif"></td>
</tr>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -