-
-
Save kennethreitz/908938 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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