This commit is contained in:
CakeCN
2024-12-03 16:21:19 +08:00
commit 4198ca63b1
975 changed files with 333413 additions and 0 deletions

20
Html/static/example.html Normal file
View File

@@ -0,0 +1,20 @@
<html>
<head>
<style>
img {
max-width: 100%;
height: auto;
}
</style>
</head>
<body>
<h2>这是一个Makedown文件</h2>
<h3>教学目标</h3>
<h3>第一章:什么是计算机</h3>
<h4>例1-1计算机的组成部分是</h4>
<h3>第二章:什么是算法</h3>
<p><img alt="图片" src="./image/example/p1.png" /></p>
</body>
</html>