index.html 627 B

123456789101112131415161718192021222324
  1. <!DOCTYPE html>
  2. <html lang="">
  3. <head>
  4. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  5. <meta name="viewport" content="width=device-width,initial-scale=1">
  6. <meta charset="UTF-8">
  7. <link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify/themes/vue.css">
  8. <title>Easy Template</title>
  9. </head>
  10. <body>
  11. <div id="app"></div>
  12. <script>
  13. window.$docsify = {
  14. repo: 'inhere/php-validate',
  15. maxLevel: 3,
  16. // 加载 _navbar.md
  17. loadNavbar: true,
  18. // 加载 _sidebar.md
  19. // loadSidebar: true,
  20. }
  21. </script>
  22. <script src="//cdn.jsdelivr.net/npm/docsify/lib/docsify.min.js"></script>
  23. </body>
  24. </html>