Welcome to someone else's tilde.town page


Some things, made with feels

Here is some code to emulate the beloved <blink> tag. You can even load jQuery off of Google.
<span id="blink-me">the only blinking moment is now</span>
<script>
  window.setInterval(function() {
    $('#blink-me').css('visibility',
        $('#blink-me').css('visibility') == 'hidden' ? 'visible' : 'hidden')
  }, 400);
</script>
Don't you know that the only blinking moment is now, grasshopper?
More of me at travisbriggs.com

This is the fine print. You are reading it!