Skip to content

Instantly share code, notes, and snippets.

@joshbroton
Last active December 21, 2015 06:39
Show Gist options
  • Save joshbroton/6265447 to your computer and use it in GitHub Desktop.
Save joshbroton/6265447 to your computer and use it in GitHub Desktop.
Bring <blink> tags back to life with JavaScript
Copy link

ghost commented Dec 4, 2013

Also ― you can do this to annoy those who use legacy browsers.

<!DOCTYPE html>
<blink>
<html>
<head>
<meta charset="utf-8">
<title></title>
</head>
<body>

</body>
</html>
</blink>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment