Last active
August 29, 2015 14:04
-
-
Save davidrichards/89949be7d1cce6e03f21 to your computer and use it in GitHub Desktop.
Mobile-first concept
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
<html> | |
<head> | |
<script src="component_library.js" type="text/javascript"> | |
<link rel="stylesheet" type="text/css" href="adaptive_styles.css"> | |
</head> | |
<body> | |
<MainLayout src="pageflow.json"> | |
<CoreConcept /> | |
<MainNavigation location="bottom"> | |
<Playback /> | |
</MainNavigation> | |
</MainLayout> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment