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

13 lines
236 B
Cheetah

<!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>