Created
August 23, 2014 21:24
-
-
Save guldskog/8f9046168ecbe78571f7 to your computer and use it in GitHub Desktop.
Starter kit for building blooox...
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
<!-- Blooox --> | |
<polymer-element name="b-starterkit" attributes="" noscript> | |
<template> | |
<style> | |
</style> | |
<div id="root"> | |
</div> | |
</template> | |
<!--script> | |
Polymer('', { | |
}); | |
</script--> | |
</polymer-element> | |
<!-- Placeholder --> | |
<b-starterkit></b-starterkit> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment