📄 sorry.aspx
字号:
<%@ Page Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeFile="Sorry.aspx.cs" Inherits="Sorry" Title="Untitled Page" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder3" Runat="Server">
<br />
<strong><em><span style="font-family: Arial"><span style="color: #99ff66">
<br />
<br />
Welcome to our Library Website!<br />
</span><span style="color: #99ff66">Enjoy Youself~</span></span></em></strong>
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<asp:Label ID="Label1" runat="server" Font-Bold="True" ForeColor="#FFC080" Height="20px"
Text="对不起,您无权查看本页!" Width="210px"></asp:Label>
</asp:Content>
<asp:Content ID="Content3" ContentPlaceHolderID="ContentPlaceHolder2" Runat="Server">
<asp:Label ID="Label4" runat="server" Font-Bold="True" ForeColor="MistyRose" Height="16px"
Text="网络导航" Width="73px"></asp:Label><br />
<br />
<table style="width: 335px; height: 133px">
<tr>
<td style="width: 143px">
<asp:HyperLink ID="HyperLink4" runat="server" ForeColor="#FFE0C0" NavigateUrl="http://www.sina.com.cn"
Target="_blank">新浪网</asp:HyperLink></td>
<td colspan="2" style="width: 271px">
<img src="picture/sinahome_ws_009.gif" style="width: 114px; height: 26px; background-color: white" /></td>
</tr>
<tr>
<td style="width: 143px">
<asp:HyperLink ID="HyperLink5" runat="server" ForeColor="#FFE0C0" NavigateUrl="http://www.baidu.com"
Target="_blank">百度搜索</asp:HyperLink></td>
<td colspan="2" style="width: 271px">
<img src="picture/logo-yy.gif" style="width: 119px; height: 24px" /></td>
</tr>
<tr>
<td style="width: 143px; height: 21px">
<asp:HyperLink ID="HyperLink6" runat="server" ForeColor="#FFE0C0" NavigateUrl="http://www.google.com"
Target="_blank" Width="97px">GOOGLE搜索</asp:HyperLink></td>
<td colspan="2" style="width: 271px; height: 21px">
<img src="picture/logo_cn.gif" style="width: 155px; height: 33px" /></td>
</tr>
</table>
</asp:Content>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -