已完成lab1 & lab2

This commit is contained in:
typingbugs
2024-03-28 21:55:25 +08:00
commit dd5f7134dd
7 changed files with 423 additions and 0 deletions

14
Lab1/www/dir/hello.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>Hello页面</title>
</head>
<body>
<h1>Hello页面</h1>
<p>这是一个简单的Hello页面。</p>
<a href="../index.html">返回主页</a>
</body>
</html>