mainIndex.html 552 B

12345678910111213141516171819
  1. <!DOCTYPE html>
  2. <html lang=zh-cn>
  3. <head>
  4. <meta charset=utf-8>
  5. <title>CLD.System</title>
  6. <link rel="shortcut icon" href="images/favicon.ico">
  7. <meta name="viewport" content="width=device-width,initial-scale=1.0">
  8. <meta name=copyright content=smartcost.com.cn>
  9. <link rel=stylesheet href=css/global.css>
  10. </head>
  11. <body>
  12. <div class="warpContent">
  13. <legend>Hi,陈特</legend>
  14. <div class="indexNav">
  15. <a href="clientSearch.html">通讯录</a>
  16. <a href="lockSearch.html">在线锁库</a>
  17. </div>
  18. </div>
  19. </body>