hi, I'm marvil.
let me show you around.

Renders
I make 3D animations and still renders.
<script>
const _pageLoaderText = document.getElementById('pageLoaderText');
const _text = ['collecting bits and bytes...', 'spinning the web...']
_pageLoaderText.innerHTML = _text[Math.floor(Math.random() * _text.length)];
</script>
<!-- long live Omni theme. -->