Skip to content

Instantly share code, notes, and snippets.

@danharper
Created October 23, 2014 19:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save danharper/c96e7ce8f13f2d42a020 to your computer and use it in GitHub Desktop.
Save danharper/c96e7ce8f13f2d42a020 to your computer and use it in GitHub Desktop.
191 chars. Not selectable due to psuedo elements.
<!doctype html>
<title></title>
<style>
*{display:block;}
title:before{content:"<!doctype html><title></title>";}
style:before{content:"<style>";}
style:after{content:"\3C/style>";}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment