cdn fix more
This commit is contained in:
32
Html/apps/static/68bacdfadf5aeae0912f7f18-第七周-新7周课时.html
Normal file
32
Html/apps/static/68bacdfadf5aeae0912f7f18-第七周-新7周课时.html
Normal 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>
|
||||
|
||||
Reference in New Issue
Block a user