aemet/cmd/templates/index.html

17 lines
279 B
HTML
Raw Normal View History

2024-05-27 08:28:10 +02:00
<!DOCTYPE html>
<html lang="en">
<head>
<title>Hello TMPL</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="style.css" rel="stylesheet">
</head>
<body>
<p>Hello!</p>
<p>{{ .title }}</p>
</body>
</html>