Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

index.html 1.1 KB

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>日地空间耦合系统分析</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, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
  9. <link rel="stylesheet" href="//unpkg.com/docsify/lib/themes/vue.css">
  10. </head>
  11. <body>
  12. <div id="app"></div>
  13. <script>
  14. window.$docsify = {
  15. name: '日地空间耦合系统分析',
  16. loadSidebar: true,
  17. subMaxLevel: 3,
  18. alias: {
  19. '/.*/_sidebar.md': '/_sidebar.md'
  20. }
  21. }
  22. </script>
  23. <!-- CDN files for docsify-katex -->
  24. <script src="//cdn.jsdelivr.net/npm/docsify-katex@latest/dist/docsify-katex.js"></script>
  25. <!-- or <script src="//cdn.jsdelivr.net/gh/upupming/docsify-katex/dist/docsify-katex.js"></script> -->
  26. <link
  27. rel="stylesheet"
  28. href="//cdn.jsdelivr.net/npm/katex@latest/dist/katex.min.css"
  29. />
  30. <!-- Put them above docsify.min.js -->
  31. <script src="//cdn.jsdelivr.net/npm/docsify@latest/lib/docsify.min.js"></script>
  32. </body>
  33. </html>
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...