management.html 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6. <meta http-equiv="X-UA-Compatible" content="ie=edge">
  7. <title>Documsent</title>
  8. <link rel="stylesheet" href="./css/browser.css">
  9. <link rel="stylesheet" href="./css/couple.css">
  10. </head>
  11. <body>
  12. <header class="informationtHeader">
  13. <img src="./image/logo.png" alt="logo" class="informationtHeaderLogo">
  14. <h4 class="logoTitle">后台信息管理</h4>
  15. <div class="informationHeaderRight">
  16. <span class="userName"></span>
  17. <span>|</span>
  18. <a href="#" onclick="Couple.logout()">退出</a>
  19. </div>
  20. </header>
  21. <aside class="aside">
  22. <div class="asideArea"></div>
  23. <nav class="asideMenu">
  24. <!-- <h5 class="asideTitle">后台管理</h5> -->
  25. <ul>
  26. <!-- <li class="asideItem">
  27. <a href="">
  28. <span class="icon icon-times icon-2x"></span>
  29. <span class="asideItemText">
  30. 游览器项目
  31. </span>
  32. </a>
  33. </li> -->
  34. </ul>
  35. </nav>
  36. </aside>
  37. <div class="informationtBody">
  38. <div class="informationtTime"></div>
  39. <div class ="informationtInfo"></div>
  40. </div>
  41. <script src="./js/uform.js"></script>
  42. <script src="./js/couple.js"></script>
  43. </body>
  44. </html>