Skip to content

Instantly share code, notes, and snippets.

@yuma300
Created February 9, 2015 11:09
Show Gist options
  • Save yuma300/4ce868b965613c9930bb to your computer and use it in GitHub Desktop.
Save yuma300/4ce868b965613c9930bb to your computer and use it in GitHub Desktop.
<!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