-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
25 lines (24 loc) · 1010 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>A collection of Web Components</title>
<script src="/polymer-all/polymer/polymer.js"></script>
<link rel="import" href="/components/github-repository.html">
<link rel="import" href="/components/trello-card.html">
<link rel="import" href="/components/feed-box.html">
</head>
<body>
<h1>A collection of Web Components</h1>
<h2>github-repository</h2>
<github-repository repository="scopyleft/web-components"></github-repository>
<br/>
<github-repository repository="Polymer/polymer" width="700px"></github-repository>
<h2>trello-card</h2>
<trello-card trelloKey="c89ff43f7bf1379ebe49795156786e52" cardId="50a641a3d14312f9490029c7" width="700px"></trello-card>
<h2>feed-box (work in progress)</h2>
<feed-box url="github.com/scopyleft/web-components/commits/master.atom"></feed-box>
<br/>
<feed-box url="larlet.fr/david/log/" width="400px"></feed-box>
</body>
</html>