Version 0.1.1 rise to flask app factory

This commit is contained in:
CakeCN
2025-08-27 19:39:38 +08:00
parent 8dba8688a7
commit 5c0187bc4b
55 changed files with 1708 additions and 613 deletions

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>