notregist.htm

来自「asp交友程序1.0版 ,本程序使用的核心为蓝芒asp交友程序」· HTM 代码 · 共 53 行

HTM
53
字号
<html>
<head>
<style>
<!--
a:link       { color: blue; text-decoration: none }
a:visited    { color: blue; text-decoration: none }
a:active     { color: blue; text-decoration: none }
a:hover      { color: red; text-decoration: none }
-->
</style>
</head>
<body>
<div align="center">
  <center>
  <table border="1" width="400" cellspacing="0" cellpadding="0" bordercolor="#000000">
    <tr>
      <td width="100%" bgcolor="#000000">
        <p align="center"><b><font color="#FFFFFF" size="3">提示信息</font></b></td>
    </tr>
  </center>
    <tr>
      <td width="100%">
        <table border="0" width="100%" cellspacing="0" cellpadding="0">
          <tr>
            <td width="100%">
              <p align="center"><font size="3">&nbsp;&nbsp;&nbsp;&nbsp;</font></td> 
          </tr> 
          <tr>
            <td width="100%">
              <p align="center"><font size="3">由于您还<font color="#FF0000"><b>没有</b></font>建立交友档案,所以不能打开此页!</font></td> 
          </tr>
          <tr> 
            <td width="100%"> 
              <p align="center"><font size="3">&nbsp;&nbsp;&nbsp;  
              请马上<a href="register.asp">建立自己的交友档案</a>!</font></td> 
          </tr> 
  <center> 
  <tr> 
            <td width="100%"> 
    &nbsp;
    </td>
  </tr>
          <tr>
            <td width="100%">
              <p align="center"><font size="3"><a href="register.asp">[建立档案]</a><a href="" onclick="history.go(-1);return false;">[后退]</a></font></td>
          </tr>
        </table>
      </td>
    </tr>
  </table>
</div>
</body>
</html>

⌨️ 快捷键说明

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