This commit is contained in:
z66
2025-09-03 11:19:03 +08:00
parent 584548d006
commit 2eeaa699c7
13 changed files with 347 additions and 1 deletions
+9
View File
@@ -0,0 +1,9 @@
<!DOCTYPE html>
<html>
<head>
<title>Hello</title>
</head>
<body>
<h1>Hello, {{ name }}!</h1>
</body>
</html>