⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 index.html

📁 仓库管理实现包括入库、出库、盘存、统计等功能
💻 HTML
字号:
<%@LANGUAGE="JAVASCRIPT" CODEPAGE="936"%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>首页</title>
</head>

<body>
<div align="center">
  <p><font size="+3" face="Times New Roman, Times, serif"><strong>欢迎来到四季花啤酒公司库房管理系统</strong></font> 
  </p>
  <form name="form1" method="post" action="">
    <div align="left">
      <table width="75%" border="0">
        <tr>
          <td width="44%"><a href="login2.asp">登录</a></td>
          <td width="42%"><a href="context.html">注册</a></td>
          <td width="14%">&nbsp;</td>
        </tr>
        <tr>
          <td>&nbsp;</td>
          <td>&nbsp;</td>
          <td>&nbsp;</td>
        </tr>
        <tr>
          <td>&nbsp;</td>
          <td>&nbsp;</td>
          <td>&nbsp;</td>
        </tr>
      </table>
    </div>
  </form>
  <p align="left">&nbsp; </p>
</div>
</body>
</html>

⌨️ 快捷键说明

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