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

📄 index.html

📁 用PHP,mySQL实现产品进销存的网站。是初学PHP很好的教材
💻 HTML
字号:
<HTML>
<HEAD>
<TITLE> 产品进销存管理系统 </TITLE>
</HEAD>

<BODY>

<table border="0" width="100%" cellpadding="2" height="12">
<tr>
<td width="100%">
      <h2 align=center> 产品进销存管理系统</h2>
    </td>
</tr>
<tr>
<td width="100%" height="6">
        <p align="center">
		<a href="index.html"><font color="#008000">返回首页</font></a>
		<font color="#8EB4D9">|</font>
		<a href="reg.php"><font color="#008000">注册</font></a>
		<font color="#8EB4D9">|</font>
		<a href="login.php"><font color="#008000">登录</font></a> 
        <font color="#8EB4D9">|</font>
		<a href="addcompany.php"><font color="#008000">添加厂商</font></a>
		<font color="#8EB4D9">|</font>
		<a href="addproduct.php"><font color="#008000">添加产品</font></a> 
        <font color="#8EB4D9">|</font>
		<a href="buy.php"><font color="#008000">进货</font></a> 
		<font color="#8EB4D9">|</font>
		<a href="sell.php"><font color="#008000">销售</font></a> 
		<font color="#8EB4D9">|</font>
		<a href="browse.php"><font color="#008000">查看存货</font></a> 
        <font color="#8EB4D9">|</font>
		<a href="logout.php"><font color="#008000">注销</font></a> 
    </td>
</tr>
<tr><td height=30></td></tr>
<tr><td align=center>
      <h2><font color=blue >欢迎光临进销存管理系统!</font></h2>
</td></tr>
</table>
</BODY>
</HTML>

⌨️ 快捷键说明

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