welcome.asp

来自「非常有商业价值的软件」· ASP 代码 · 共 39 行

ASP
39
字号
<!--#include file="chk.asp"-->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<LINK href="style.css" rel=stylesheet type=text/css>
<title>欢迎登录</title>
<base target="_self">
</head>

<body topmargin="100" leftmargin="0">

<div align="center">
  <center>
  <table border="0" cellspacing="0" width="70%">
    <tr>
      <td width="100%"></td>
    </tr>
  </table>
  </center>
</div>
<div align="center">
  <center>
  <table border="1" cellspacing="1" style="border-collapse: collapse" bordercolor="#808080" width="401" height="109">
    <tr>
      <td width="395" bgcolor="#000080" height="19">
      <font color="#FFFFFF"><b>
      快乐工作,快乐人生!</b></font></td>
    </tr>
    <tr>
      <td width="395" bgcolor="#D6D3CE" height="83">
      <p align="center"><b><span><br>
      <br>
      Hi! 您已进入管理中心,请慎重操作! 要努力哦! ^_^</span></b></p>
      <p> </td>
    </tr>
  </table>
  </center>
</div>
</body>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?