Recount-Server/web/templates/index.html

12 lines
265 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>{{.Title}}</title>
</head>
<body>
<h1>Hello World!</h1>
<a href="/hello">Hello you!</a>
</body>
</html>