qfedu-web/www/hi.html

13 lines
288 B
HTML
Raw 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.

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>第一个网页</title>
</head>
<body>
<h1>C语言开发基础</h1>
<h3>第一章C语言的基本语法</h3>
<h3>第二章C语言的数据类型</h3>
</body>
</html>