miniwol/web/template/page.html.tmpl
adro bad3087cc7 Small improvements
- Login page status 200
- Don't ask for style
- Don't ask for favicon
2022-02-18 14:44:46 +01:00

14 lines
316 B
Cheetah

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="icon" href="data:,">
<title>{{ .Title }}</title>
</head>
<body>
{{ .Content }}
</body>
</html>