base.html 1006 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <title>安装</title>
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  7. <meta name="description" content="">
  8. <meta name="author" content="">
  9. <!-- zui -->
  10. <link href="__CSS__/zui.css" rel="stylesheet">
  11. <script src="__PUBLIC__/js/jquery/jquery-1.10.2.min.js"></script>
  12. </head>
  13. <body style="background: rgb(230, 234, 234)">
  14. <div class="container" style="background: white;margin-top: 50px;margin-bottom: 50px;width:800px">
  15. <div class="with-padding row">
  16. <ul class="nav nav-secondary">
  17. <block name="header"></block>
  18. </ul>
  19. <div>
  20. </div>
  21. <div class="article">
  22. <block name="body"></block>
  23. <div>
  24. <block name="footer"></block>
  25. </div>
  26. </div>
  27. </div>
  28. <style>
  29. body{
  30. font-family: Arial, "Microsoft Yahei",'新宋体';
  31. }
  32. </style>
  33. </div>
  34. </body>
  35. </html>