wp-go/templates/index.html

12 lines
157 B
HTML
Raw Normal View History

2022-09-01 02:31:11 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>{{ .title }}</title>
</head>
<body>
<h1>
{{ .title }}
</h1>
</body>
</html>