Files
go_blog/templates/page2 copy.tmpl
2023-12-20 16:50:05 +08:00

13 lines
267 B
Cheetah

<!DOCTYPE html>
<html>
<head>
<title>Page 2copy</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<h1>Page 2</h1>
<p>This is the content of page 2.这个是page2的copy版本</p>
</body>
</html>