加入所有现有课件

This commit is contained in:
2024-03-28 22:16:00 +08:00
parent dd5f7134dd
commit 9538ba303c
11 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Hello页面</title>
</head>
<body>
<h1>Hello页面</h1>
<p>这是一个简单的Hello页面。</p>
<a href="../index.html">返回主页</a>
</body>
</html>

14
Labs/Lab1/www/index.html Normal file
View File

@@ -0,0 +1,14 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>主页</title>
</head>
<body>
<h1>欢迎来到主页</h1>
<p>这是网站的主页。</p>
<a href="dir/hello.html">访问hello页面</a>
</body>
</html>