mirror of
https://gitee.com/koogua/course-tencent-cloud.git
synced 2025-07-02 23:16:49 +08:00
10 lines
147 B
HTML
10 lines
147 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>H5 Page</title>
|
|
</head>
|
|
<body>
|
|
<h1>Welcome to H5</h1>
|
|
</body>
|
|
</html> |