Skip to content

Instantly share code, notes, and snippets.

@bobmagicii
Created December 9, 2015 21:55
Show Gist options
  • Save bobmagicii/ced82e68a97e341b5558 to your computer and use it in GitHub Desktop.
Save bobmagicii/ced82e68a97e341b5558 to your computer and use it in GitHub Desktop.
function Whatever() {
return <<< EOF
<div class="All">
<div class="OfThe">
HTML
</div>
</div>
EOF;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment