Created
February 9, 2015 11:09
-
-
Save yuma300/4ce868b965613c9930bb 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
<!DOCTYPE html> | |
<html lang="ja"> | |
<head> | |
<meta charset="UTF-8"> | |
<script src="bower_components/webcomponentsjs/webcomponents.js"></script> | |
<link rel="import" href="bower_components/polymer/polymer.html"> | |
<title></title> | |
</head> | |
<body> | |
<p>foo</p> | |
<p>bar</p> | |
<polymer-element name="x-suzuri"> | |
<template> | |
<p>alpha</p> | |
<p>beta</p> | |
</template> | |
</polymer-element> | |
<x-suzuri></x-suzuri> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment