32 lines
1.1 KiB
Plaintext
32 lines
1.1 KiB
Plaintext
{{ define "footer" }}
|
|
<footer>
|
|
<div>
|
|
<img src="/assets/pic/footer.webp?v={{ .version }}" width="100%" height="100%">
|
|
</div>
|
|
<div>
|
|
<p>
|
|
and also you can subscribe to my <a href="https://t.me/lolistack" target="_blank">telegram channel </a> with pictures!
|
|
</p>
|
|
</div>
|
|
<div>
|
|
<p>
|
|
<strong>some system information</strong>:
|
|
</p>
|
|
<ul>
|
|
<li>unix timestamp of page rendering: <code>{{ .renderingTimestamp }}</code></li>
|
|
<li><code>curl -X COUNT https://hikan.ru</code> - 24-hour server request count</li>
|
|
<li><code>curl -X LIMINAL https://hikan.ru</code> - what do you know about liminal spaces?</li>
|
|
<li>this site code repository - <a href="https://git.hikan.ru/serr/hikan.ru" target="_blank">git.hikan.ru/serr/hikan.ru</a></li>
|
|
</ul>
|
|
</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 }}
|