Skip to content

Instantly share code, notes, and snippets.

@EdPoole
Last active August 29, 2015 14:08
Show Gist options
  • Save EdPoole/a19af987fdf264c5fd1f to your computer and use it in GitHub Desktop.
Save EdPoole/a19af987fdf264c5fd1f to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<title>Document</title>
<style>
* {
display: block;
}
html:before { content: "<!DOCTYPE html><html>" }
html:after { content: "</html>" }
head:before { content: "<head>" }
head:after { content: "</head>" }
title:before { content: "<title>" }
title:after { content: "</title>" }
style:before { content: "<style>" }
style:after { content: "<&#93;style>" }
body:before { content: "<body>" }
body:after { content: "</body>" }
</style>
</head>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment