initial
This commit is contained in:
8
templates/htmlheader.html
Normal file
8
templates/htmlheader.html
Normal file
@@ -0,0 +1,8 @@
|
||||
{{define "htmlheader"}}
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>{{block "title" .}}Webhooker{{end}}</title>
|
||||
<link href="/s/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
|
||||
<link href="/s/css/style.css" rel="stylesheet">
|
||||
{{block "head" .}}{{end}}
|
||||
{{end}}
|
||||
Reference in New Issue
Block a user