Files
hsa/Html/apps/static/example.html
2025-08-27 19:39:38 +08:00

20 lines
448 B
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<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>