This repository has been archived by the owner on Mar 13, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Scott J. Miles
committed
Dec 13, 2013
1 parent
78246fe
commit 6633f16
Showing
2 changed files
with
43 additions
and
99 deletions.
There are no files selected for viewing
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<x-meta id="cool-clock" label="cool-clock"> | ||
<template> | ||
<cool-clock style="width: 400px;height: 300px;"></cool-clock> | ||
</template> | ||
<template id="imports"> | ||
<link rel="import" href="cool-clock.html"> | ||
</template> | ||
</x-meta> |