about summary refs log tree commit diff homepage
path: root/templates/index.html
blob: 67f96fb7adf4f49a2310d56aeea26795fb9c1c17 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
<!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>
<link rel=icon href=/static/favicon.svg>
<title>{{.}}</title>
<body>
</body>
</html>