cdn fix more

This commit is contained in:
Cai
2025-11-17 14:04:52 +08:00
parent 7dc4714ae9
commit 0852e12118
25 changed files with 22539 additions and 0 deletions

View File

@@ -0,0 +1,32 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Document</title>
<!-- 你的其他样式 -->
<script src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
<script>
MathJax.config = {
tex: {
inlineMath: [['$', '$'], ['\(', '\)']]
},
svg: {
fontCache: 'global'
}
};
</script>
</head>
<body>
<h1>新7周课时</h1>
<h2>阶段一:示例阶段</h2>
<h3>步骤A</h3>
<p>在这里编写该步骤的教学内容(文字/代码/图片链接等)。</p>
<h3>步骤B</h3>
<p>继续补充该阶段的其它步骤内容。</p>
</body>
</html>