X IN BIO
by whelkaholism
HTML
<div id="t">
</div>
JavaScript
document.getElementById('t').innerHTML = '░' + 'toads in pond'.replace(/(.)/g, '$1░').toUpperCase()
by whelkaholism
<div id="t">
</div>
document.getElementById('t').innerHTML = '░' + 'toads in pond'.replace(/(.)/g, '$1░').toUpperCase()