Created
December 6, 2012 10:47
-
-
Save vikki/4223605 to your computer and use it in GitHub Desktop.
This file contains 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
<element extends="div" is="x-nyandiv"> | |
<template> | |
<img src="http://www.nyan.cat/cats/skrillex.gif" | |
alt="wub"> | |
</img> | |
<content select=".boring"></content> | |
</template> | |
</element> | |
<div is="x-nyandiv"> | |
<p class="boring"> blah blah blah </p> | |
<div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment