login_success.html 901 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>愛摳訂会员注册页面</title>
  6. <link type="text/css" rel="stylesheet" href="../../static/css/style.css" >
  7. <style type="text/css">
  8. h1 {
  9. text-align: center;
  10. margin-top: 200px;
  11. }
  12. h1 a {
  13. color:red;
  14. }
  15. </style>
  16. </head>
  17. <body>
  18. <div id="header">
  19. <a href="../../index.html">
  20. <img class="logo_img" alt="" src="../../static/img/logo.gif" />
  21. </a>
  22. <div>
  23. <span>欢迎<span class="um_span">张总</span>光临愛摳訂书城</span>
  24. <a href="../order/order.html">我的订单</a>
  25. <a href="../../index.html">注销</a>&nbsp;&nbsp;
  26. <a href="../../index.html">返回</a>
  27. </div>
  28. </div>
  29. <div id="main">
  30. <h1>欢迎回来 <a href="../../index.html">转到主页</a></h1>
  31. </div>
  32. <div id="bottom">
  33. <span>
  34. 愛摳訂书城.Copyright &copy;2015
  35. </span>
  36. </div>
  37. </body>
  38. </html>