Skip to content

Instantly share code, notes, and snippets.

@davidrichards
Last active August 29, 2015 14:04
Show Gist options
  • Save davidrichards/89949be7d1cce6e03f21 to your computer and use it in GitHub Desktop.
Save davidrichards/89949be7d1cce6e03f21 to your computer and use it in GitHub Desktop.
Mobile-first concept
<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