index.html 820 B

1234567891011121314151617181920212223242526272829303132
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>Magma Dashboard</title>
  6. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
  7. <meta name="description" content="Description">
  8. <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
  9. <link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify@4/lib/themes/vue.css">
  10. </head>
  11. <body>
  12. <div id="app"></div>
  13. <script>
  14. window.$docsify = {
  15. name: 'Magma Dashboard',
  16. repo: 'help-14/magma',
  17. loadSidebar: true,
  18. subMaxLevel: 1,
  19. homepage: 'customization/themes.md',
  20. alias: {
  21. '/.*/_sidebar.md': '/_sidebar.md'
  22. },
  23. coverpage: true
  24. }
  25. </script>
  26. <!-- Docsify v4 -->
  27. <script src="//cdn.jsdelivr.net/npm/docsify@4"></script>
  28. </body>
  29. </html>