about summary refs log tree commit diff homepage
path: root/templates/index.html
blob: 39785aab01ca5efecfc4b376d3a62625a28145db (plain) (blame)
1
2
3
4
5
6
7
8
9
<!DOCTYPE html>
<html lang=en>
<meta charset=utf-8>
<meta name=viewport content='width=device-width, initial-scale=1'>
<link rel=stylesheet href=/static/style.css>
<title>{{.}}</title>
<body>
</body>
</html>