hikan.ru/mvc/views/blocks/footer.gohtml

26 lines
886 B
Plaintext

{{ define "footer" }}
<footer>
<div>
<img src="/assets/pic/UkkUKhV.gif?v={{ .version }}" width="100%" height="100%">
</div>
<div>
<p>
<strong>some system information</strong>:
</p>
<p>
> unix timestamp of page rendering: <code>{{ .renderingTimestamp }}</code><br/>
> <code>curl -X LIMINAL https://hikan.ru</code> - what do you know about liminal spaces<br/>
> this site code repository - <a href="https://git.hikan.ru/serr/hikan.ru" target="_blank">git.hikan.ru/serr/hikan.ru</a><br/>
</p>
</div>
<div>
<p>
this site is written in Go, hosting is <a href="https://htk.ge" target="_blank">hostetski</a>, domain bought for the price of a can of beer
</p>
<p>
<code>2024 - now</code>
</p>
</div>
</footer>
{{ end }}