web/templates/home.html

19 lines
582 B
HTML
Raw Permalink Normal View History

2017-01-26 19:44:31 -08:00
{{ define "body" }}
<div id="content">
<div id="title">
<a href="https://s.mcquay.me">smcquay</a>
</div>
<div id="pic">
<a href="https://s.mcquay.me"><img src="/static/img/smcquay.png"></a>
</div>
<div id="info">
<p>
My name is <a href="http://stephen.mcquay.me">Stephen McQuay</a>.
</p>
2017-01-26 20:15:18 -08:00
<p class="tiny">
Your visit occured {{ .time }}.
</p>
2017-01-26 19:44:31 -08:00
</div>
</div>
{{ end }}