delete some pics, add favi
BIN
assets/pic/0.gif
Before Width: | Height: | Size: 10 KiB |
BIN
assets/pic/1.gif
Before Width: | Height: | Size: 6.5 KiB |
BIN
assets/pic/2.gif
Before Width: | Height: | Size: 6.9 KiB |
BIN
assets/pic/3.gif
Before Width: | Height: | Size: 11 KiB |
BIN
assets/pic/4.gif
Before Width: | Height: | Size: 9.7 KiB |
BIN
assets/pic/5.gif
Before Width: | Height: | Size: 9.3 KiB |
BIN
assets/pic/6.gif
Before Width: | Height: | Size: 8.3 KiB |
BIN
assets/pic/7.gif
Before Width: | Height: | Size: 8.1 KiB |
BIN
assets/pic/8.gif
Before Width: | Height: | Size: 1.3 KiB |
BIN
assets/pic/9.gif
Before Width: | Height: | Size: 5.0 KiB |
After Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 488 B |
Before Width: | Height: | Size: 9.4 KiB |
Before Width: | Height: | Size: 60 KiB |
|
@ -3,11 +3,6 @@
|
|||
<div>
|
||||
<img src="/assets/pic/UkkUKhV.gif?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>:
|
||||
|
@ -15,14 +10,7 @@
|
|||
<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/>
|
||||
> 24-hour server request count (<code>curl -X COUNT https://hikan.ru</code>):
|
||||
</p>
|
||||
<p class="count">
|
||||
<img src="/assets/pic/1.gif?v={{ .version }}">
|
||||
<img src="/assets/pic/2.gif?v={{ .version }}">
|
||||
<img src="/assets/pic/0.gif?v={{ .version }}">
|
||||
<img src="/assets/pic/3.gif?v={{ .version }}">
|
||||
> 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>
|
||||
|
@ -34,16 +22,4 @@
|
|||
</p>
|
||||
</div>
|
||||
</footer>
|
||||
<script>
|
||||
fetch('/', {method: 'COUNT'})
|
||||
.then(r => r.text())
|
||||
.then(num => num.trim())
|
||||
.then(number => {
|
||||
if (number.length > 0) {
|
||||
document.querySelector('p.count').innerHTML =
|
||||
[...number].map(d => `<img src="/assets/pic/${d}.gif?v={{ .version }}">`).join('');
|
||||
}
|
||||
})
|
||||
.catch(console.error);
|
||||
</script>
|
||||
{{ end }}
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
<title>hikan.ru</title>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="shortcut icon" href="/assets/pic/favicon.ico?v={{ .version }}" type="image/x-icon">
|
||||
<link rel="stylesheet" href="/assets/css/styles.css?v={{ .version }}" type="text/css">
|
||||
</head>
|
||||
{{ end }}
|
|
@ -17,5 +17,10 @@
|
|||
> <a href="/posts/">posts section</a>
|
||||
</p>
|
||||
</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>
|
||||
</header>
|
||||
{{ end }}
|