header.html 768 B

123456789101112131415161718192021222324252627
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <title>{$item.item_name} ShowDoc</title>
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  7. <meta name="description" content="">
  8. <meta name="author" content="">
  9. <link href="__PUBLIC__/bootstrap/css/bootstrap.min.css" rel="stylesheet">
  10. <style type="text/css">
  11. @charset "utf-8";
  12. body {
  13. font:14px/1.5 "Microsoft Yahei","微软雅黑",Tahoma,Arial,Helvetica,STHeiti;
  14. }
  15. </style>
  16. <script type="text/javascript">
  17. var DocConfig = {
  18. host: window.location.origin,
  19. app: "{:U('/')}",
  20. pubile:"__PUBLIC__",
  21. }
  22. DocConfig.hostUrl = DocConfig.host + "/" + DocConfig.app;
  23. </script>
  24. </head>
  25. <body>