This commit is contained in:
2024-02-26 20:23:04 +08:00
parent 342efb8562
commit 5367038e59
4 changed files with 51 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Home</title>
</head>
<body>
<h1>Welcome to My Homepage!</h1>
<p><a href="/about">About</a></p>
</body>
</html>