document.getElementById('time').innerText = new Date(
new Date().toLocaleString('en-US', { timeZone: 'Asia/Vladivostok' })
).toLocaleString('en-US', {
hour: 'numeric',
minute: 'numeric',
second: 'numeric',
hourCycle: 'h24'
});
setTimeout(update, 1000);
}
update()
})()
</script>
</div>
I also made a lil badge to show if i am currently online. Cool, huh?
<imgsrc='https://online.blek.codes/gif'height='31px'width='88px'alt='A badge showing if i am online or not. Sorry, the only way to know it is to load the gif. It would be all greeny if i am online'/>
<ahref='/online-badge'>how does it work?</a>
<divclass='js-only'>
## Metrics
This website collects anonymous metrics via [umami](https://umami.is). Anonymous means there is no identity attached to those metrics.
Also you can view it [here](https://umami.blek.codes/share/ucLh7hS5xcXCpklV/world)
</div>
## Projects
You can find the list of my projects [here](/projects).