templates test

This commit is contained in:
张超
2023-12-20 16:50:05 +08:00
parent 4129bf5d3f
commit 9b9adb5d0b
7 changed files with 112 additions and 0 deletions

12
templates/page1.tmpl Normal file
View File

@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html>
<head>
<title>Page 1</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<h1>Page 1</h1>
<p>This is the content of page 1.</p>
</body>
</html>