Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save kennethreitz/908938 to your computer and use it in GitHub Desktop.
Save kennethreitz/908938 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>
Adaptive Layout Idea
</title>
<link rel="stylesheet" href="basic_defaults.css" />
<noscript>
<link rel="stylesheet" href="fallback.css" />
</noscript>
<script src="small_file_to_determine_css_based_on_width.js"></script>
</head>
<body>
<p>
Hello. Don't look at me. Magic is up above!
</p>
<script src="js_library_of_choice.js"></script>
<script src="other_site_specific.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment