transfer.sh/vendor/github.com/golang/gddo/lintapp/assets/templates/common.html
Remco cb6e5cb0c7 Major rewrite
* use dep for vendoring
* lets encrypt
* moved web to transfer.sh-web repo
* single command install
* added first tests
2017-03-22 18:09:21 +01:00

9 lines
360 B
HTML

{{define "commonHead"}}
<meta charset="utf-8" />
<link rel="stylesheet" href="http://yui.yahooapis.com/pure/0.3.0/base-min.css">
<style>body { padding: 15px; }</style>
{{end}}
{{define "commonFooter"}}
<p><a href="/">Home</a> | <a href="mailto:{{contactEmail}}">Feedback</a> | <a href="https://github.com/golang/gddo/issues">Website Issues</a>
{{end}}