mirror of
https://gitee.com/koogua/course-tencent-cloud.git
synced 2025-07-03 07:26:49 +08:00
14 lines
231 B
HTML
14 lines
231 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8"/>
|
|
</head>
|
|
<body>
|
|
<h3>
|
|
<img align="left" height="100" style="margin-right: 10px" width="100"/>在此处输入标题
|
|
</h3>
|
|
<p>
|
|
在此处输入内容
|
|
</p>
|
|
</body>
|
|
</html> |