Skip to content

Instantly share code, notes, and snippets.

@vasilisvg
Created April 18, 2012 13:39
Show Gist options
  • Save vasilisvg/2413616 to your computer and use it in GitHub Desktop.
Save vasilisvg/2413616 to your computer and use it in GitHub Desktop.
Is this wrong?
<!doctype html>
<title>Is this wrong?</title>
<object data="header.html"></object>
<object data="content.html"></object>
<object data="aside.html"></object>
<object data="footer.html"></object>
<p>And if so, why is it wrong?
@decthomas
Copy link

Because you didn't close that paragraph properly?
No just kidding, but I am wondering what you are going to do with this exactly?

@vasilisvg
Copy link
Author

@decthomas I want to be able to use responsive containers: http://blog.andyhume.net/responsive-containers/

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