error.html 1.3 KB

12345678910111213141516171819202122232425262728293031
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html" charset="utf-8" />
  5. <link href="{{rootUrl}}global/css/globalLayout.css" rel="stylesheet" type="text/css" />
  6. </head>
  7. <body>
  8. <div class="warpBody">
  9. <div class="header">
  10. <a href="{{rootUrl}}" title="返回首页" class="logoLink"><div class="logo"></div></a>
  11. </div>
  12. <div class="formItem">
  13. <div class="formBgTop"></div>
  14. <div class="formBgMiddle clearfix">
  15. <h2>通行证</h2>
  16. <div class="successItem">
  17. <p>{{title}}</p>
  18. <p>{{content}}</p>
  19. <div class="navButton">
  20. <a class="btn-wd" href="http://zhzdwd.com">问答</a>
  21. <a class="btn-wk" href="http://zhzdwk.com">文库</a>
  22. <a class="btn-jg"href="http://zhzdjg.com">价格信息</a>
  23. </div>
  24. </div>
  25. </div>
  26. <div class="formBgBottom"></div>
  27. </div>
  28. <!-- include 'footer' -->
  29. </div>
  30. </body>
  31. </html>