📄 thankyou.aspx
字号:
<!-- #include virtual="~/includes/header.aspx" -->
<html>
<head>
<link href="~/Styles/Store.css" type="text/css" rel="stylesheet" />
<title>Thank You</title>
</head>
<body bgcolor="lightblue">
<a href="Default.aspx"><img src="banner.gif" border="1"></a>
<form runat="Server">
<myControls:Tabs
Runat="Server" />
<table width="800" height="100%" cellpadding="10"
cellspacing="0" border="0">
<tr>
<td width="100%" valign="top" bgcolor="white">
<div class="formBox">
<h2>Thank you for placing your order!</h2>
</div>
</td>
</tr>
</table>
</form>
<!-- #include virtual="~/includes/footer.aspx" -->
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -