initial commit

This commit is contained in:
hybris 2018-12-28 03:27:34 +01:00
commit e439b6c309
21 changed files with 17722 additions and 0 deletions

6
pages/head.html Normal file
View file

@ -0,0 +1,6 @@
{{define "head"}}
<head>
<title>freedom - for your music</title>
<link href="http://localhost:8088/static/tables.css" type="text/css" rel="stylesheet" />
</head>
{{end}}